Skip to content

Commit dca120f

Browse files
committed
power: missed a spot when fixing syntax for PWR/GND_NETS_VOLTAGES
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 9fcff8a commit dca120f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/designs/asap7/swerv_wrapper/config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ export CELL_PAD_IN_SITES_DETAIL_PLACEMENT = 2
3030
export 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 =
3535
export TNS_END_PERCENT = 100

0 commit comments

Comments
 (0)