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.
2 parents 547194a + 6023b89 commit d4b7e8bCopy full SHA for d4b7e8b
flow/scripts/detail_route.tcl
@@ -36,7 +36,9 @@ if { [info exists ::env(VIA_IN_PIN_MAX_LAYER)]} {
36
if { [info exists ::env(DISABLE_VIA_GEN)]} {
37
append additional_args " -disable_via_gen"
38
}
39
-
+if { [info exists ::env(REPAIR_PDN_VIA_LAYER)]} {
40
+ append additional_args " -repair_pdn_vias $::env(REPAIR_PDN_VIA_LAYER)"
41
+}
42
43
detailed_route -output_drc $::env(REPORTS_DIR)/5_route_drc.rpt \
44
-output_maze $::env(RESULTS_DIR)/maze.log \
0 commit comments