Jazoolee Ahamed
10/28/2024, 1:52 PMMitch Bailey
10/28/2024, 4:52 PMconfig.json
file has the following lines.
"SYNTH_ELABORATE_ONLY": 0,
"PL_RESIZER_DESIGN_OPTIMIZATIONS": 0,
"PL_RESIZER_TIMING_OPTIMIZATIONS": 0,
"GLB_RESIZER_DESIGN_OPTIMIZATIONS": 0,
"GLB_RESIZER_TIMING_OPTIMIZATIONS": 0,
"PL_RESIZER_BUFFER_INPUT_PORTS": 0,
"FP_PDN_ENABLE_RAILS": 0,
You should probably only use this configuration when you have no standard cells at the top level. In other words, when you are just connecting macros to each other and the user_project_wrapper
pins.
If you want logic in the top level, try changing all those values to 1
.Jazoolee Ahamed
10/28/2024, 7:59 PMMitch Bailey
10/28/2024, 10:17 PM"SYNTH_ELABORATE_ONLY": 0,
Can you set the rest to 1
?
"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,
Jazoolee Ahamed
10/29/2024, 9:12 AMMitch Bailey
10/29/2024, 2:18 PM*.odb
suffix.