Slight difference in results when using -corners #6174
Replies: 1 comment
-
Converted to issue #6175 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
test.tar.gz
This is a test case of two scripts running global placement. Both functionally should be identical. The difference is one uses
-corner
forset_wire_rc
while the other doesn't.For the case using
-corner
,set_layer_rc
is needed. The code attempts to fetch the default values in the tlef and reuse them inset_layer_rc
after doing the necessary unit conversions.There seems to be a slight difference in the output generated from both runs (notice the reported slacks and HPWL) and I am wondering if this a round-off error, a methodology error at my end or something else related to OR itself.
Beta Was this translation helpful? Give feedback.
All reactions