Yomei Harada
04/08/2024, 6:34 AMMitch Bailey
04/08/2024, 6:46 AMuser_proj_example
for settings on how to use standard cell rows. If you look at the gds, you’ll probably see a bunch of empty spaces in your cell rows.
In particular, you probably want to use
"PL_RESIZER_DESIGN_OPTIMIZATIONS": 1,
"PL_RESIZER_TIMING_OPTIMIZATIONS": 1,
"GLB_RESIZER_DESIGN_OPTIMIZATIONS": 1,
"GLB_RESIZER_TIMING_OPTIMIZATIONS": 1,
"PL_RESIZER_BUFFER_INPUT_PORTS": 1,
"FP_PDN_ENABLE_RAILS": 1,
"GRT_REPAIR_ANTENNAS": 1,
"RUN_FILL_INSERTION": 1,
"RUN_TAP_DECAP_INSERTION": 1,
...
"RUN_CTS": 1,
and you probably don’t want
"PL_RANDOM_GLB_PLACEMENT": 1,
see https://armleo-openlane.readthedocs.io/en/latest/docs/source/configuration.htmlYomei Harada
04/09/2024, 12:47 AM