Commit 38109225 by sakundu

Fixed MemPool Group sdc constraint

Signed-off-by: sakundu <sakundu@ucsd.edu>
parent b327c9ed
...@@ -2,7 +2,7 @@ set sdc_version 2.0 ...@@ -2,7 +2,7 @@ set sdc_version 2.0
set_units -time ns -resistance kOhm -capacitance fF -power mW -voltage V -current uA set_units -time ns -resistance kOhm -capacitance fF -power mW -voltage V -current uA
set clock_cycle $::env(clk_period) set clock_cycle $::env(clk_period)
Set uncertainty [expr $clock_cycle*0.02] set uncertainty [expr $clock_cycle*0.02]
set io_delay 0 set io_delay 0
set maxFanout 16 set maxFanout 16
set maxTransition [expr $clock_cycle*0.01] set maxTransition [expr $clock_cycle*0.01]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment