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
@@ -215,6 +215,7 @@ add_pdn_stripe
215
215
[-spacing spacing_value]
216
216
[-starts_with POWER|GROUND]
217
217
[-width width_value]
218
+
[-allow_out_of_core]
218
219
```
219
220
220
221
#### Options
@@ -234,6 +235,7 @@ add_pdn_stripe
234
235
|`[-spacing]`| Optional specification of the spacing between power/ground pairs within a single pitch (Default: pitch / 2). |
235
236
|`[-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). |
236
237
|`[-width]`| Value for the width of stripe. |
238
+
|`-allow_out_of_core`| Allow stripes to continue beyond the core area. |
0 commit comments