Skip to content

Commit 2cf4e42

Browse files
committed
flow: designs: ihp-sg13g2: i2c-gpio-expander: Remove add_global_connect from macro
There should be no add_global_connect for the padframe in a macro cell. Signed-off-by: Daniel Schultz <dnltz@aesc-silicon.de>
1 parent 24bcc96 commit 2cf4e42

File tree

1 file changed

+0
-8
lines changed
  • flow/designs/ihp-sg13g2/i2c-gpio-expander/I2cDeviceCtrl

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ add_global_connection -net {VSS} -inst_pattern {.*} -pin_pattern {VSS!} -ground
1111
add_global_connection -net {VDD} -inst_pattern {.*} -pin_pattern {^VDD$} -power
1212
add_global_connection -net {VSS} -inst_pattern {.*} -pin_pattern {^VSS$} -ground
1313

14-
# padframe core power pins
15-
add_global_connection -net {VDD} -pin_pattern {^vdd$} -power
16-
add_global_connection -net {VSS} -pin_pattern {^vss$} -ground
17-
18-
# padframe io power pins
19-
add_global_connection -net {IOVDD} -pin_pattern {^iovdd$} -power
20-
add_global_connection -net {IOVSS} -pin_pattern {^iovss$} -ground
21-
2214
global_connect
2315

2416
# core voltage domain

0 commit comments

Comments
 (0)