File tree Expand file tree Collapse file tree 6 files changed +25
-1
lines changed
Expand file tree Collapse file tree 6 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ export MIN_ROUTING_LAYER ?= M2
6868export MIN_CLK_ROUTING_LAYER ?= M4
6969export MAX_ROUTING_LAYER ?= M7
7070
71+ # Max iterations of repair antennas
72+ export MAX_REPAIR_ANTENNAS_ITER_GRT ?= 5
73+ export MAX_REPAIR_ANTENNAS_ITER_DRT ?= 5
74+
7175# Define fastRoute tcl
7276export FASTROUTE_TCL ?= $(PLATFORM_DIR ) /fastroute.tcl
7377
Original file line number Diff line number Diff line change @@ -93,6 +93,10 @@ export MIN_ROUTING_LAYER ?= Metal2
9393export MAX_ROUTING_LAYER ?= Metal5
9494export DISABLE_VIA_GEN ?= 1
9595
96+ # Max iterations of repair antennas
97+ export MAX_REPAIR_ANTENNAS_ITER_GRT ?= 5
98+ export MAX_REPAIR_ANTENNAS_ITER_DRT ?= 5
99+
96100# Define fastRoute tcl
97101export FASTROUTE_TCL ?= $(PLATFORM_DIR ) /fastroute.tcl
98102
Original file line number Diff line number Diff line change @@ -115,7 +115,11 @@ export MAX_ROUTING_LAYER ?= Metal5
115115# export VIA_IN_PIN_MIN_LAYER ?= Metal1
116116# export VIA_IN_PIN_MAX_LAYER ?= Metal1
117117# export DISABLE_VIA_GEN ?= 1
118- #
118+
119+ # Max iterations of repair antennas
120+ export MAX_REPAIR_ANTENNAS_ITER_GRT ?= 5
121+ export MAX_REPAIR_ANTENNAS_ITER_DRT ?= 5
122+
119123# Define fastRoute tcl
120124export FASTROUTE_TCL ?= $(PLATFORM_DIR ) /fastroute.tcl
121125
Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ export MIN_ROUTING_LAYER = metal2
7575export MIN_CLK_ROUTING_LAYER = metal4
7676export MAX_ROUTING_LAYER = metal10
7777
78+ # Max iterations of repair antennas
79+ export MAX_REPAIR_ANTENNAS_ITER_GRT ?= 5
80+ export MAX_REPAIR_ANTENNAS_ITER_DRT ?= 5
81+
7882# Define fastRoute tcl
7983export FASTROUTE_TCL ?= $(PLATFORM_DIR ) /fastroute.tcl
8084
Original file line number Diff line number Diff line change @@ -118,6 +118,10 @@ export MIN_ROUTING_LAYER ?= met1
118118export MIN_CLK_ROUTING_LAYER ?= met3
119119export MAX_ROUTING_LAYER ?= met5
120120#
121+ # Max iterations of repair antennas
122+ export MAX_REPAIR_ANTENNAS_ITER_GRT ?= 5
123+ export MAX_REPAIR_ANTENNAS_ITER_DRT ?= 5
124+ #
121125# Define fastRoute tcl
122126export FASTROUTE_TCL ?= $(PLATFORM_DIR ) /fastroute.tcl
123127
Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ export MIN_ROUTING_LAYER = met1
8080export MIN_CLK_ROUTING_LAYER = met3
8181export MAX_ROUTING_LAYER = met5
8282#
83+ # Max iterations of repair antennas
84+ export MAX_REPAIR_ANTENNAS_ITER_GRT ?= 5
85+ export MAX_REPAIR_ANTENNAS_ITER_DRT ?= 5
86+ #
8387# Define fastRoute tcl
8488export FASTROUTE_TCL ?= $(PLATFORM_DIR ) /fastroute.tcl
8589
You can’t perform that action at this time.
0 commit comments