Skip to content

Commit b870136

Browse files
TheMightyDuckOfDoomphsauter
authored andcommitted
openroad: add allow_congestion to global_route -start_incremental
1 parent b44242b commit b870136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openroad/scripts/chip.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ repair_timing -skip_pin_swap -hold -hold_margin 0.1 -verbose -repair_tns 100
276276

277277
utl::report "GRT incremental..."
278278
# Run to get modified net by DPL
279-
global_route -start_incremental
279+
global_route -start_incremental -allow_congestion
280280
# Running DPL to fix overlapped instances
281281
detailed_placement
282282
# Route only the modified net by DPL

0 commit comments

Comments
 (0)