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 d12bbc7 + f4f2028 commit ab82f3eCopy full SHA for ab82f3e
flow/platforms/ihp-sg13g2/config.mk
@@ -122,10 +122,10 @@ export GND_NETS_VOLTAGES ?= "VSS 0.0"
122
export IR_DROP_LAYER ?= Metal1
123
124
# DRC Check
125
-export KLAYOUT_DRC_FILE = $(PLATFORM_DIR)/drc/sg13g2.lydrc
+export KLAYOUT_DRC_FILE ?= $(PLATFORM_DIR)/drc/sg13g2.lydrc
126
127
#LVS Check
128
-export CDL_FILE = $(PLATFORM_DIR)/cdl/sg13g2_stdcell.cdl
+export CDL_FILE ?= $(PLATFORM_DIR)/cdl/sg13g2_stdcell.cdl
129
#export KLAYOUT_LVS_FILE = $(PLATFORM_DIR)/lvs/$(PLATFORM).lylvs
130
131
#Temporary: skip post-DRT repair antennas
0 commit comments