-
Are DRC violations like timing closure errors: the tools know what it takes to avoid them, but isn't always able to find a solution? I.e. if I improve my Verilog, I expect timing violations to go away. Are DRC errors the same in that regard? |
Beta Was this translation helpful? Give feedback.
Answered by
maliberty
Jan 1, 2023
Replies: 1 comment
-
Yes the router tries to eliminate them but can't always. However fixing them generally isn't done at the Verilog level. Usually you need to tweak placement density, macro placement, pin placement, layer utilization, or some other physical parameters. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oharboe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes the router tries to eliminate them but can't always. However fixing them generally isn't done at the Verilog level. Usually you need to tweak placement density, macro placement, pin placement, layer utilization, or some other physical parameters.