How does OpenROAD compute the die_area and core_area while using core_utilization, instance_area, and instance_count? #6630
Unanswered
danissimo8
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Instance count is irrelevant. We just add up the area of all the instances in the netlist and the of calculation is pretty simple, see OpenROAD/src/ifp/src/InitFloorplan.cc Line 123 in 6645a53 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a question out of pure curiosity: how does OpenROAD compute the die_area and core_area while using core_utilization, instance_area, and instance_count?
Beta Was this translation helpful? Give feedback.
All reactions