Skip to content

Commit d4b7e8b

Browse files
authored
Merge pull request #708 from The-OpenROAD-Project-staging/repair-pdn-vias
Add -repair_pdn_vias option
2 parents 547194a + 6023b89 commit d4b7e8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flow/scripts/detail_route.tcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ if { [info exists ::env(VIA_IN_PIN_MAX_LAYER)]} {
3636
if { [info exists ::env(DISABLE_VIA_GEN)]} {
3737
append additional_args " -disable_via_gen"
3838
}
39-
39+
if { [info exists ::env(REPAIR_PDN_VIA_LAYER)]} {
40+
append additional_args " -repair_pdn_vias $::env(REPAIR_PDN_VIA_LAYER)"
41+
}
4042

4143
detailed_route -output_drc $::env(REPORTS_DIR)/5_route_drc.rpt \
4244
-output_maze $::env(RESULTS_DIR)/maze.log \

0 commit comments

Comments
 (0)