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: docs/user/BuildLocally.md
+47-4Lines changed: 47 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,63 @@ sudo ./setup.sh
18
18
```shell
19
19
./build_openroad.sh --local
20
20
```
21
-
> **Note:** There is a `build_openroad.log` file that is generated with every build in the main directory. In case of filing issues, it can be uploaded in the "Relevant log output" section of OpenROAD-flow-scripts repo [issue form](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/issues/new?assignees=&labels=&template=bug_report_with_orfs.yml).
21
+
> **Note:** There is a `build_openroad.log` file that is generated with every
22
+
> build in the main directory. In case of filing issues, it can be uploaded
23
+
> in the "Relevant log output" section of OpenROAD-flow-scripts repo
Copy file name to clipboardExpand all lines: docs/user/FlowVariables.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Note:
64
64
|`TAPCELL_TCL`| = | = | = | = | = |
65
65
|`MACRO_PLACE_HALO`| ?= | ?= | ?= | ?= | ?= |
66
66
|`MACRO_PLACE_CHANNEL`| ?= | ?= | ?= | ?= | ?= |
67
-
|`PDN_CFG`| ?= | ?= | ?= | ?= | ?= |
67
+
|`PDN_TCL`| ?= | ?= | ?= | ?= | ?= |
68
68
|`IO_PLACER_H`| = | = | = | = | ?= |
69
69
|`IO_PLACER_V`| = | = | = | = | ?= |
70
70
| Placement ||||||
@@ -131,7 +131,7 @@ Note:
131
131
|`MACRO_PLACE_HALO`| horizontal/vertical halo around macros (microns). Used by automatic macro placement. |
132
132
|`MACRO_PLACE_CHANNEL`| horizontal/vertical channel width between macros (microns). Used by automatic macro placement when `RTLMP_FLOW` is disabled. Imagine channel=10 and halo=5. Then macros must be 10 apart but standard cells must be 5 away from a macro.|
133
133
|`MACRO_BLOCKAGE_HALO`| Blockage width overridden from default calculation. |
134
-
|`PDN_CFG`| File path which has a set of power grid policies used by `pdn` to be applied to the design, such as layers to use, stripe width and spacing to generate the actual metal straps. |
134
+
|`PDN_TCL`| File path which has a set of power grid policies used by `pdn` to be applied to the design, such as layers to use, stripe width and spacing to generate the actual metal straps. |
135
135
|`MAKE_TRACKS`| Tcl file that defines add routing tracks to a floorplan. |
136
136
|`IO_PLACER_H`| The metal layer on which to place the I/O pins horizontally (top and bottom of the die). |
137
137
|`IO_PLACER_V`| The metal layer on which to place the I/O pins vertically (sides of the die). |
0 commit comments