-
I'm doing some quick tests using the scripts in OpenROAD/test to build a design. Using those, I get a surprisingly low utilization, around 50%. Playing around a bit, I realized that decreasing global_place_pad gave me a lot more reasonable results. My question now is if I'm allowed to change that, or if that is a property defined by the PDK and should be left as is. And am I supposed to use the flow script in OpenROAD/test at all, or is that for a particular example? I found that script to be the most self-contained and easiest to extend compared to e.g. ORFS or OpenLANE that relies on a lot of environment variables and custom Python scripts. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can change it but you might want to start with global_place_density which is the target density. Note that flow.tcl is for testing and a more complete flow is in ORFS. If it meets your needs that's ok but it isn't our recommended production flow. |
Beta Was this translation helpful? Give feedback.
You can change it but you might want to start with global_place_density which is the target density.
Note that flow.tcl is for testing and a more complete flow is in ORFS. If it meets your needs that's ok but it isn't our recommended production flow.