File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
flow/designs/ihp-sg13g2/i2c-gpio-expander Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ place_pad -row IO_WEST -location [calc_vertical_pad_location 0 5] {sg13g2_IOPad_
7676place_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
7878place_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
8282place_corners sg13g2_Corner
8383
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ add_global_connection -net {VSS} -pin_pattern {^VSSE$}
1111add_global_connection -net {VDD} -pin_pattern {^vdd$} -power
1212add_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+
1418global_connect
1519
1620# core voltage domain
You can’t perform that action at this time.
0 commit comments