Slew margin in openlane flow #1919
-
|
Good morning everyone, report_check_types -max_slew -max_cap -max_fanout -violators max slew Pin Limit Slew Slack 48482/A1 4.00 8.01 -4.01 (VIOLATED) Is there any way to increase or decrease that limit? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Can you share your config? Slew margin used to be a percentage of the clock period. |
Beta Was this translation helpful? Give feedback.
You are using
gf180. The max transition set for pins in the PDK lib files is4.0. If you want to overwrite it, you can update to latest OpenLane and useMAX_TRANSITION_CONSTRAINT. You can also provide a custom sdc file and keep using your old version of OpenLane