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
@@ -21,6 +21,7 @@ Build a power grid in accordance with the information specified.
21
21
22
22
```tcl
23
23
pdngen
24
+
[-check_only]
24
25
[-dont_add_pins]
25
26
[-failed_via_report file]
26
27
[-report_only]
@@ -36,6 +37,7 @@ pdngen
36
37
|`[-dont_add_pins]`| Prevent the creation of block pins. |
37
38
|`[-failed_via_report]`| Generate a report file which can be viewed in the DRC viewer for all the failed vias (ie. those that did not get built or were removed). |
38
39
|`[-report_only]`| Print the current specifications. |
40
+
|`[-check_only]`| Check the current setup for errors. |
39
41
|`[-reset]`| Reset the grid and domain specifications. |
40
42
|`[-ripup]`| Ripup the existing power grid, as specified by the voltage domains. |
41
43
|`[-skip_trim]`| Skip the metal trim step, which attempts to remove metal stubs. |
0 commit comments