-
When I run a floorplan, I see that CORE_ASPECT_RATIO is height / width, which is surprising, considering if you google aspect ratio, you get width : height, e.g. a 16:9 TV. I take it this is the way it is supposed to be, but I was wondering if there's anything more to be said on the subject than that OpenROAD uses height / width? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This just strikes me as a bug since it is contrary to standard usage. Fixing it will be an incompatible change but I don't think it is heavily used. @vvbandeira @vijayank88 are there many test cases using CORE_ASPECT_RATIO? |
Beta Was this translation helpful? Give feedback.
-
It's explained here: https://openroad-flow-scripts.readthedocs.io/en/latest/user/FlowVariables.html#id2
|
Beta Was this translation helpful? Give feedback.
This just strikes me as a bug since it is contrary to standard usage. Fixing it will be an incompatible change but I don't think it is heavily used.
@vvbandeira @vijayank88 are there many test cases using CORE_ASPECT_RATIO?