Dec 20, 2004 #1 T tony_taoyh Full Member level 2 Joined Oct 20, 2004 Messages 131 Helped 6 Reputation 12 Reaction score 3 Trophy points 1,298 Activity points 1,785 design compiler worst slack Hi, Good day. For the synthesis using Design compiler, is there any option to let the synthesis get the positive slack? For example, I want the worst slack to be +0.15 ns, how to get it? Please do not use "set_clock_uncertainty" command. Thanks a lot.
design compiler worst slack Hi, Good day. For the synthesis using Design compiler, is there any option to let the synthesis get the positive slack? For example, I want the worst slack to be +0.15 ns, how to get it? Please do not use "set_clock_uncertainty" command. Thanks a lot.
Dec 20, 2004 #2 H honeyxyb Member level 2 Joined Nov 16, 2004 Messages 46 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 373 you can create clock with it's period less 0.15ns than actual period.
Dec 20, 2004 #3 T tony_taoyh Full Member level 2 Joined Oct 20, 2004 Messages 131 Helped 6 Reputation 12 Reaction score 3 Trophy points 1,298 Activity points 1,785 This is same as set_clock_ncertainty. In Ambit, there is one option: do_optimization -slack 0.15. do_optimization = optimize in DC. Thanks.
This is same as set_clock_ncertainty. In Ambit, there is one option: do_optimization -slack 0.15. do_optimization = optimize in DC. Thanks.
Dec 28, 2004 #4 H haosg Advanced Member level 4 Joined Nov 25, 2004 Messages 103 Helped 2 Reputation 4 Reaction score 2 Trophy points 1,298 Activity points 968 set_critical_range 0.15 will make compiler to cosider paths which slack is less 0.15 as critical path and do more optimization.
set_critical_range 0.15 will make compiler to cosider paths which slack is less 0.15 as critical path and do more optimization.