Skip to content

Commit 489ea98

Browse files
authored
Merge pull request #3951 from keplertech/signoff-single-commit
support for partial functionality for outputs in lec check
2 parents 072c898 + 8d822f4 commit 489ea98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flow/designs/ihp-sg13g2/i2c-gpio-expander/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,3 @@ export PDN_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/pdn.tcl
4444

4545
export BLOCKS = I2cDeviceCtrl
4646

47-
export LEC_CHECK = 0
48-

flow/platforms/ihp-sg13g2/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ export KLAYOUT_DRC_FILE ?= $(PLATFORM_DIR)/drc/sg13g2_minimal.lydrc
170170
export CDL_FILE ?= $(PLATFORM_DIR)/cdl/sg13g2_stdcell.cdl
171171
#export KLAYOUT_LVS_FILE = $(PLATFORM_DIR)/lvs/$(PLATFORM).lylvs
172172

173+
export REMOVE_CELLS_FOR_LEC ?= "bondpad_70* sg13g2*"
174+
173175
# ---------------------------------------------------------
174176
# Final
175177
# ---------------------------------------------------------

0 commit comments

Comments
 (0)