Skip to content

Commit 78448c1

Browse files
committed
flow: design: ihp-sg13g2: i2c-gpio-expander: Enable Multi Corner
Enable multi corner analysis for the I2C GPIO Expander by adding the slow and fast corners to the config.mk file. Signed-off-by: Daniel Schultz <[email protected]>
1 parent 33d5c48 commit 78448c1

File tree

1 file changed

+3
-1
lines changed
  • flow/designs/ihp-sg13g2/i2c-gpio-expander

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export DESIGN_NICKNAME = i2c-gpio-expander
33
export PLATFORM = ihp-sg13g2
44

55
export VERILOG_FILES = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/$(DESIGN_NAME).v \
6-
$(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/I2cGpioExpander.v
6+
$(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/I2cGpioExpander.v
77
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
88

99
export SEAL_GDS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/sealring.gds.gz
@@ -16,5 +16,7 @@ export MAX_ROUTING_LAYER = TopMetal2
1616
export TNS_END_PERCENT = 100
1717
export PLACE_DENSITY = 0.75
1818

19+
export CORNERS = slow fast
20+
1921
export FOOTPRINT_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/pad.tcl
2022
export PDN_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/pdn.tcl

0 commit comments

Comments
 (0)