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.
1 parent 8b14ec1 commit 3d98b6eCopy full SHA for 3d98b6e
flow/platforms/nangate45/config.mk
@@ -113,8 +113,13 @@ 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