Skip to content

Commit f7b8b3f

Browse files
committed
flow: designs: ihp-sg13g2: i2c-gpio-expander: Fix missing IO pwr/gnd
Change two IOPad{Vss,Vdd} pads to IOPadIO{Vss,Vdd}, since only those are connected to the iovss and iovdd nets. Also connect the iovss and iovdd nets during power routing. Signed-off-by: Daniel Schultz <[email protected]>
1 parent a1fc096 commit f7b8b3f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

flow/designs/ihp-sg13g2/i2c-gpio-expander/pad.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ place_pad -row IO_WEST -location [calc_vertical_pad_location 0 5] {sg13g2_IOPad_
7676
place_pad -row IO_WEST -location [calc_vertical_pad_location 1 5] {sg13g2_IOPad_io_gpio_6} -master sg13g2_IOPadInOut16mA
7777
# IO pin io_gpio_7
7878
place_pad -row IO_WEST -location [calc_vertical_pad_location 2 5] {sg13g2_IOPad_io_gpio_7} -master sg13g2_IOPadInOut16mA
79-
place_pad -row IO_WEST -location [calc_vertical_pad_location 3 5] {sg13g2_IOPadVss_west_3} -master sg13g2_IOPadVss
80-
place_pad -row IO_WEST -location [calc_vertical_pad_location 4 5] {sg13g2_IOPadVdd_west_4} -master sg13g2_IOPadVdd
79+
place_pad -row IO_WEST -location [calc_vertical_pad_location 3 5] {sg13g2_IOPadIOVss_west_3} -master sg13g2_IOPadIOVss
80+
place_pad -row IO_WEST -location [calc_vertical_pad_location 4 5] {sg13g2_IOPadIOVdd_west_4} -master sg13g2_IOPadIOVdd
8181
# Place Corner Cells and Filler
8282
place_corners sg13g2_Corner
8383

flow/designs/ihp-sg13g2/i2c-gpio-expander/pdn.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ add_global_connection -net {VSS} -pin_pattern {^VSSE$}
1111
add_global_connection -net {VDD} -pin_pattern {^vdd$} -power
1212
add_global_connection -net {VSS} -pin_pattern {^vss$} -ground
1313

14+
# padframe io power pins
15+
add_global_connection -net {IOVDD} -pin_pattern {^iovdd$} -power
16+
add_global_connection -net {IOVSS} -pin_pattern {^iovss$} -ground
17+
1418
global_connect
1519

1620
# core voltage domain

0 commit comments

Comments
 (0)