Skip to content

Commit a00fb65

Browse files
committed
Modify - set PWR and GND voltages to "" to avoid IR drop analysis
Signed-off-by: louiic <[email protected]>
1 parent 2481bda commit a00fb65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow/designs/asap7/megaboom/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ export SYNTH_ARGS ?= -noshare
4949
# metal stack
5050
export MIN_ROUTING_LAYER = M2
5151
export MAX_ROUTING_LAYER = M9
52+
53+
export GND_NETS_VOLTAGES = ""
54+
export PWR_NETS_VOLTAGES = ""

0 commit comments

Comments
 (0)