Skip to content

Commit 09130cc

Browse files
committed
ensure powergrid grids have pins
1 parent 3d596ce commit 09130cc

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

lambdapdk/asap7/libs/asap7sc7p5t_lvt/apr/openroad/pdngen.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
55
####################################
66
# standard cell grid
77
####################################
8-
define_pdn_grid -name {top} -voltage_domains {CORE}
8+
define_pdn_grid -name {top} -voltage_domains {CORE} -pins {M6}
99
add_pdn_stripe -grid {top} -layer {M1} -width {0.018} -pitch {0.54} -offset {0} -followpins
1010
add_pdn_stripe -grid {top} -layer {M2} -width {0.018} -pitch {0.54} -offset {0} -followpins
1111
add_pdn_stripe -grid {top} -layer {M5} -width {0.12} -spacing {0.072} -pitch {5.904} -offset {0.300}

lambdapdk/asap7/libs/asap7sc7p5t_rvt/apr/openroad/pdngen.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
55
####################################
66
# standard cell grid
77
####################################
8-
define_pdn_grid -name {top} -voltage_domains {CORE}
8+
define_pdn_grid -name {top} -voltage_domains {CORE} -pins {M6}
99
add_pdn_stripe -grid {top} -layer {M1} -width {0.018} -pitch {0.54} -offset {0} -followpins
1010
add_pdn_stripe -grid {top} -layer {M2} -width {0.018} -pitch {0.54} -offset {0} -followpins
1111
add_pdn_stripe -grid {top} -layer {M5} -width {0.12} -spacing {0.072} -pitch {5.904} -offset {0.300}

lambdapdk/asap7/libs/asap7sc7p5t_slvt/apr/openroad/pdngen.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
55
####################################
66
# standard cell grid
77
####################################
8-
define_pdn_grid -name {top} -voltage_domains {CORE}
8+
define_pdn_grid -name {top} -voltage_domains {CORE} -pins {M6}
99
add_pdn_stripe -grid {top} -layer {M1} -width {0.018} -pitch {0.54} -offset {0} -followpins
1010
add_pdn_stripe -grid {top} -layer {M2} -width {0.018} -pitch {0.54} -offset {0} -followpins
1111
add_pdn_stripe -grid {top} -layer {M5} -width {0.12} -spacing {0.072} -pitch {5.904} -offset {0.300}

lambdapdk/freepdk45/libs/nangate45/apr/openroad/pdngen.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
55
####################################
66
# standard cell grid
77
####################################
8-
define_pdn_grid -name {grid} -voltage_domains {CORE}
8+
define_pdn_grid -name {grid} -voltage_domains {CORE} -pins {metal7}
99
add_pdn_stripe -grid {grid} -layer {metal1} -width {0.17} -pitch {2.4} -offset {0} -followpins
1010
set metal4_pitch [expr {[lindex [ord::get_core_area] 2] - [lindex [ord::get_core_area] 0]}]
1111
if {$metal4_pitch > 56} {

lambdapdk/gf180/libs/gf180mcu_fd_sc_mcu7t5v0/apr/openroad/pdngen.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
55
####################################
66
# standard cell grid
77
####################################
8-
define_pdn_grid -name {grid} -voltage_domains {CORE}
8+
define_pdn_grid -name {grid} -voltage_domains {CORE} -pins {Metal5}
99
add_pdn_stripe -grid {grid} -layer {Metal1} -width {0.900} -pitch {3.92} -offset {0} -followpins
1010

1111
set metal4_pitch [expr {([lindex [ord::get_core_area] 2] - [lindex [ord::get_core_area] 0]) / 2}]

lambdapdk/gf180/libs/gf180mcu_fd_sc_mcu9t5v0/apr/openroad/pdngen.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
55
####################################
66
# standard cell grid
77
####################################
8-
define_pdn_grid -name {grid} -voltage_domains {CORE}
8+
define_pdn_grid -name {grid} -voltage_domains {CORE} -pins {Metal5}
99
add_pdn_stripe -grid {grid} -layer {Metal1} -width {0.900} -pitch {5.040} -offset {0} -followpins
1010

1111
set metal4_pitch [expr {([lindex [ord::get_core_area] 2] - [lindex [ord::get_core_area] 0]) / 2}]

lambdapdk/ihp130/libs/sg13g2_stdcell/apr/openroad/pdngen.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
55
#####################################
66
# standard cell grid
77
####################################
8-
define_pdn_grid -name {grid} -voltage_domains {CORE}
8+
define_pdn_grid -name {grid} -voltage_domains {CORE} -pins {TopMetal1}
99
add_pdn_stripe -grid {grid} -layer {Metal1} -width {0.44} -followpins
1010
set met5_pitch [expr {([lindex [ord::get_core_area] 3] - [lindex [ord::get_core_area] 1]) / 2}]
1111
if {$met5_pitch > 75.6} {

lambdapdk/sky130/libs/sky130hd/apr/openroad/pdngen.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
55
####################################
66
# standard cell grid
77
####################################
8-
define_pdn_grid -name {grid} -voltage_domains {CORE}
8+
define_pdn_grid -name {grid} -voltage_domains {CORE} -pins {met5}
99
add_pdn_stripe -grid {grid} -layer {met1} -width {0.48} -pitch {5.44} -offset {0} -followpins
1010
set met4_pitch [expr {([lindex [ord::get_core_area] 2] - [lindex [ord::get_core_area] 0]) / 2}]
1111
if {$met4_pitch > 27.140} {

lambdapdk/sky130/libs/sky130hdll/apr/openroad/pdngen.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
55
####################################
66
# standard cell grid
77
####################################
8-
define_pdn_grid -name {grid} -voltage_domains {CORE}
8+
define_pdn_grid -name {grid} -voltage_domains {CORE} -pins {met5}
99
add_pdn_stripe -grid {grid} -layer {met1} -width {0.48} -pitch {5.44} -offset {0} -followpins
1010

1111
set met4_pitch [expr {([lindex [ord::get_core_area] 2] - [lindex [ord::get_core_area] 0]) / 2}]

0 commit comments

Comments
 (0)