We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bcc96 commit 2cf4e42Copy full SHA for 2cf4e42
flow/designs/ihp-sg13g2/i2c-gpio-expander/I2cDeviceCtrl/pdn.tcl
@@ -11,14 +11,6 @@ add_global_connection -net {VSS} -inst_pattern {.*} -pin_pattern {VSS!} -ground
11
add_global_connection -net {VDD} -inst_pattern {.*} -pin_pattern {^VDD$} -power
12
add_global_connection -net {VSS} -inst_pattern {.*} -pin_pattern {^VSS$} -ground
13
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
22
global_connect
23
24
# core voltage domain
0 commit comments