You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pdn/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,7 @@ add_pdn_stripe
211
211
[-spacing spacing_value]
212
212
[-starts_with POWER|GROUND]
213
213
[-width width_value]
214
+
[-allow_out_of_core]
214
215
```
215
216
216
217
#### Options
@@ -230,6 +231,7 @@ add_pdn_stripe
230
231
|`[-spacing]`| Optional specification of the spacing between power/ground pairs within a single pitch (Default: pitch / 2). |
231
232
|`[-starts_with]`| Specifies whether the first strap placed will be POWER or GROUND (Default: grid setting). This cannot be used with -followpins (Flip sites when initializing floorplan to change followpin power/ground order). |
232
233
|`[-width]`| Value for the width of stripe. |
234
+
|`-allow_out_of_core`| Allow stripes to continue beyond the core area. |
0 commit comments