Skip to content

Commit 32c9d8a

Browse files
Noam Cohennanocoh
authored andcommitted
support for partial functionality for outputs
Signed-off-by: nanocoh <noam.chn1@gmail.com>
1 parent 2a53331 commit 32c9d8a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ export BLOCKS = I2cDeviceCtrl
2525

2626
export LEC_CHECK = 0
2727

28+

flow/platforms/ihp-sg13g2/config.mk

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

151+
export REMOVE_CELLS_FOR_LEC ?= "bondpad_70* sg13g2*"
152+
151153
# ---------------------------------------------------------
152154
# Final
153155
# ---------------------------------------------------------

0 commit comments

Comments
 (0)