Skip to content

Commit 2492281

Browse files
authored
Merge pull request #704 from The-OpenROAD-Project-staging/psm-bp_be_top-on
enable psm on ng45/bp_be_top again
2 parents fab6486 + 7f0f8ee commit 2492281

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flow/platforms/nangate45/config.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,8 @@ 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-
119116
# IR drop estimation supply net name to be analyzed and supply voltage variable
120117
# For multiple nets: PWR_NETS_VOLTAGES = "VDD1 1.8 VDD2 1.2"
121118
export PWR_NETS_VOLTAGES ?= "VDD 1.1"
122119
export GND_NETS_VOLTAGES ?= "VSS 0.0"
123120
export IR_DROP_LAYER ?= metal1
124-
125-
endif

0 commit comments

Comments
 (0)