Skip to content

Commit 3d98b6e

Browse files
committed
temporarily disable psm on ng45/bp_be_top due to pdn bug
Signed-off-by: Matt Liberty <[email protected]>
1 parent 8b14ec1 commit 3d98b6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flow/platforms/nangate45/config.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,13 @@ export RCX_RULES = $(PLATFORM_DIR)/rcx_patterns.rules
113113
# IR Drop
114114
# ---------------------------------------------------------
115115

116+
# Temporarily disable due to bp_be_top pdn issue
117+
ifneq ($(DESIGN_NAME),bp_be_top)
118+
116119
# IR drop estimation supply net name to be analyzed and supply voltage variable
117120
# For multiple nets: PWR_NETS_VOLTAGES = "VDD1 1.8 VDD2 1.2"
118121
export PWR_NETS_VOLTAGES ?= "VDD 1.1"
119122
export GND_NETS_VOLTAGES ?= "VSS 0.0"
120123
export IR_DROP_LAYER ?= metal1
124+
125+
endif

0 commit comments

Comments
 (0)