-
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 13 replies
-
@dalyles |
Beta Was this translation helpful? Give feedback.
-
You could try adding -slew_margin to repair_design to force it to overfix and see if that helps. The larger the value the more the overfixing. |
Beta Was this translation helpful? Give feedback.
-
We don't have a control variable but you would add it to If that helps we can add a configuration variable. |
Beta Was this translation helpful? Give feedback.
-
I just noticed that you have max cap violations not max slew so you would use -cap_margin |
Beta Was this translation helpful? Give feedback.
-
Something like where you set SETUP_SLACK_MARGIN in your config.mk and the flow picks it up without having to modify the flow scripts. |
Beta Was this translation helpful? Give feedback.
-
Just for clairty, in the line code given below, The new line would replaced with |
Beta Was this translation helpful? Give feedback.
-
Great! |
Beta Was this translation helpful? Give feedback.
-
I'm adding the vars in #1122 |
Beta Was this translation helpful? Give feedback.
-
Thanks @maliberty Is this snipped of code still required though? I tried running the updated version of your file without this line of code and |
Beta Was this translation helpful? Give feedback.
You can set in your config.mk
and not have to mess with resize.tcl