File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ export MIN_ROUTING_LAYER = M2
2424export MAX_ROUTING_LAYER = M9
2525
2626# Ignore power at this exploratory level
27- export GND_NETS_VOLTAGES = ""
28- export PWR_NETS_VOLTAGES = ""
27+ export GND_NETS_VOLTAGES =
28+ export PWR_NETS_VOLTAGES =
2929
3030# The macros are very small so use a smaller halo
3131export MACRO_PLACE_HALO ?= 5 5
Original file line number Diff line number Diff line change @@ -50,5 +50,5 @@ export SYNTH_ARGS ?= -noshare
5050export MIN_ROUTING_LAYER = M2
5151export MAX_ROUTING_LAYER = M9
5252
53- export GND_NETS_VOLTAGES = ""
54- export PWR_NETS_VOLTAGES = ""
53+ export GND_NETS_VOLTAGES =
54+ export PWR_NETS_VOLTAGES =
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ export CELL_PAD_IN_SITES_DETAIL_PLACEMENT = 2
3030export FASTROUTE_TCL = ./designs/$(PLATFORM ) /swerv_wrapper/fastroute.tcl
3131
3232# Temporary until sta bug is fixed
33- export PWR_NETS_VOLTAGES = ""
34- export GND_NETS_VOLTAGES = ""
33+ export PWR_NETS_VOLTAGES =
34+ export GND_NETS_VOLTAGES =
3535export TNS_END_PERCENT = 100
You can’t perform that action at this time.
0 commit comments