Skip to content

Commit ab82f3e

Browse files
authored
Merge pull request #2495 from htfab/override-drc-lvs
flow: allow overriding KLAYOUT_DRC_FILE and CDL_FILE
2 parents d12bbc7 + f4f2028 commit ab82f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/platforms/ihp-sg13g2/config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ export GND_NETS_VOLTAGES ?= "VSS 0.0"
122122
export IR_DROP_LAYER ?= Metal1
123123

124124
# DRC Check
125-
export KLAYOUT_DRC_FILE = $(PLATFORM_DIR)/drc/sg13g2.lydrc
125+
export KLAYOUT_DRC_FILE ?= $(PLATFORM_DIR)/drc/sg13g2.lydrc
126126

127127
#LVS Check
128-
export CDL_FILE = $(PLATFORM_DIR)/cdl/sg13g2_stdcell.cdl
128+
export CDL_FILE ?= $(PLATFORM_DIR)/cdl/sg13g2_stdcell.cdl
129129
#export KLAYOUT_LVS_FILE = $(PLATFORM_DIR)/lvs/$(PLATFORM).lylvs
130130

131131
#Temporary: skip post-DRT repair antennas

0 commit comments

Comments
 (0)