We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fab6486 + 7f0f8ee commit 2492281Copy full SHA for 2492281
flow/platforms/nangate45/config.mk
@@ -113,13 +113,8 @@ export RCX_RULES = $(PLATFORM_DIR)/rcx_patterns.rules
113
# IR Drop
114
# ---------------------------------------------------------
115
116
-# Temporarily disable due to bp_be_top pdn issue
117
-ifneq ($(DESIGN_NAME),bp_be_top)
118
-
119
# IR drop estimation supply net name to be analyzed and supply voltage variable
120
# For multiple nets: PWR_NETS_VOLTAGES = "VDD1 1.8 VDD2 1.2"
121
export PWR_NETS_VOLTAGES ?= "VDD 1.1"
122
export GND_NETS_VOLTAGES ?= "VSS 0.0"
123
export IR_DROP_LAYER ?= metal1
124
125
-endif
0 commit comments