Skip to content

Commit e5d7c19

Browse files
authored
Merge pull request #3039 from luarss/topic/fix-docs
Topic/fix docs
2 parents fa2f76e + 0216a83 commit e5d7c19

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Document for detailed local build from sources and installation steps found [her
9090
individual flows commands, see the documentation
9191
[here](https://openroad.readthedocs.io/en/latest/).
9292
- For details about automated flow setup, see ORFS docs
93-
[here](https://openroad-flow-scripts.readthedocs.io/en/latest/user/GettingStarted.html).
93+
[here](https://openroad-flow-scripts.readthedocs.io/en/latest/index2.html#getting-started-with-openroad-flow-scripts).
9494
- Flow tutorial to run the complete OpenROAD based flow from
9595
RTL-GDSII, see the tutorial
9696
[here](https://openroad-flow-scripts.readthedocs.io/en/latest/tutorials/FlowTutorial.html).

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ You can select a design using either of the following methods:
111111
2. Specify the design using the shell environment. For example:
112112

113113
```shell
114+
# Make sure you are in ./flow
114115
make DESIGN_CONFIG=./designs/nangate45/swerv/config.mk
115116
# or
116117
export DESIGN_CONFIG=./designs/nangate45/swerv/config.mk

docs/tutorials/FlowTutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ The `gcd` design synthesis results for area and speed optimizations are shown be
829829
|-----------------------|--------------------------------------|--------------------------------------|
830830
| `Number of wires` | 224 | 224 |
831831
| `Number of wire bits` | 270 | 270 |
832-
[O| `Number of cells` | 234 | 234 |
832+
| `Number of cells` | 234 | 234 |
833833
| `Chip area` | 2083.248000 | 2083.248000 |
834834
| `Final Design Area` | Design area 4295 u^2 6% utilization. | Design area 4074 u^2 6% utilization. |
835835

0 commit comments

Comments
 (0)