We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44242b commit b870136Copy full SHA for b870136
openroad/scripts/chip.tcl
@@ -276,7 +276,7 @@ repair_timing -skip_pin_swap -hold -hold_margin 0.1 -verbose -repair_tns 100
276
277
utl::report "GRT incremental..."
278
# Run to get modified net by DPL
279
-global_route -start_incremental
+global_route -start_incremental -allow_congestion
280
# Running DPL to fix overlapped instances
281
detailed_placement
282
# Route only the modified net by DPL
0 commit comments