Skip to content

Commit

Permalink
Merge pull request #2090 from dnltz/WIP/dnltz/ihp-optional-IO-files
Browse files Browse the repository at this point in the history
flow: platforms: ihp-sg13g2: Add IO files
  • Loading branch information
maliberty authored Aug 6, 2024
2 parents 0d9324b + 1e09375 commit 06d9d9b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions flow/platforms/ihp-sg13g2/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ export PROCESS = ihp-sg13g2
#-----------------------------------------------------
# Tech/Libs
# ----------------------------------------------------
# Add IO related files when a TCL script is assigned to 'FOOTPRINT_TCL'.
# This variable is used to pass IO information.
ifdef FOOTPRINT_TCL
export ADDITIONAL_LEFS += $(PLATFORM_DIR)/lef/sg13g2_io.lef \
$(PLATFORM_DIR)/lef/bondpad_70x70.lef
export ADDITIONAL_LIBS += $(PLATFORM_DIR)/lib/sg13g2_io_dummy.lib
export ADDITIONAL_GDS += $(PLATFORM_DIR)/gds/sg13g2_io.gds \
$(PLATFORM_DIR)/gds/bondpad_70x70.gds
endif
export TECH_LEF = $(PLATFORM_DIR)/lef/sg13g2_tech.lef
export SC_LEF = $(PLATFORM_DIR)/lef/sg13g2_stdcell.lef

export LIB_FILES = $(PLATFORM_DIR)/lib/sg13g2_stdcell_typ_1p20V_25C.lib \
$(ADDITIONAL_LIBS)
$(ADDITIONAL_LIBS)
export GDS_FILES = $(PLATFORM_DIR)/gds/sg13g2_stdcell.gds \
$(ADDITIONAL_GDS)
$(ADDITIONAL_GDS)

# Dont use cells to ease congestion
# Specify at least one filler cell if none
Expand Down

0 comments on commit 06d9d9b

Please sign in to comment.