Skip to content

Commit ef92a83

Browse files
committed
flow: designs: ihp-sg13g2: i2c-gpio-expander: Move I2cDeviceCtrl macro
Move the I2cDeviceCtrl macro slightly to the left for better connection between the macron on M5 and the chip-level TM1 pdn. Signed-off-by: Daniel Schultz <dnltz@aesc-silicon.de>
1 parent 2cf4e42 commit ef92a83

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ sg13g2_IOPadIOVss_inst \
4040
sg13g2_IOPadIOVdd_inst
4141
export FOOTPRINT_TCL = $(PLATFORM_DIR)/pad.tcl
4242

43+
export MACRO_PLACEMENT_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/macros.tcl
44+
4345
export PDN_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/pdn.tcl
4446

4547
export BLOCKS = I2cDeviceCtrl
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
place_macro -macro_name system_expander.i2cCtrl -location {375.54 372} -orientation R0 -exact

0 commit comments

Comments
 (0)