We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d2199 commit 658b739Copy full SHA for 658b739
src/pdn_config.tcl
@@ -86,6 +86,15 @@ if { $::env(FP_PDN_MULTILAYER) == 1 } {
86
-offset $::env(FP_PDN_VOFFSET) \
87
-spacing $::env(FP_PDN_VSPACING) \
88
-starts_with POWER -extend_to_core_ring
89
+
90
+ add_pdn_stripe \
91
+ -grid stdcell_grid \
92
+ -layer $::env(FP_PDN_VERTICAL_LAYER) \
93
+ -width $::env(FP_PDN_VWIDTH) \
94
+ -pitch $::env(FP_PDN_VPITCH) \
95
+ -offset 315 \
96
+ -spacing $::env(FP_PDN_VSPACING) \
97
+ -starts_with POWER -extend_to_core_ring
98
}
99
100
# Adds the standard cell rails if enabled.
0 commit comments