@@ -15,32 +15,10 @@ flow stages through tcl commands and python APIs.
1515
1616### Local Installation
1717
18- To install OpenROAD-flow-scripts locally in CentOS 7/8, Ubuntu
19- 20.04/22.04, RHEL 8, Debian 10/11. Following steps will
20- clone the ORFS repo, install required dependencies and build the flow.
21-
22- #### Clone ORFS repo
23-
24- ```
25- git clone --recursive https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
26- ```
27-
28- #### Install Dependencies
29-
30- ```
31- cd OpenROAD-flow-scripts
32- sudo ./setup.sh
33- ```
34-
35- #### Build the Flow
36-
37- ```
38- ./build_openroad.sh --local
39- ```
40-
4118Document for detailed local installation steps found [ here] ( ./docs/user/BuildLocally.md ) .
4219
4320### Docker Based Installation
21+
4422To ease dependency installation issues, ORFS uses docker images.
4523Docker image includes ORFS binaries, applications as well as all
4624required dependencies. All of the flow tools are encapsulated
@@ -50,20 +28,7 @@ If `Docker` is not installed already, refer to the document
5028[ here] ( ./docs/user/DockerInstall.md ) on how to install and how to
5129manage docker as non-root user.
5230
53- ### Build ORFS with Docker
54-
55- #### Clone ORFS repo
56-
57- ```
58- git clone --recursive https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
59- ```
60-
61- #### Build the Flow
62-
63- ```
64- cd OpenROAD-flow-scripts
65- ./build_openroad.sh
66- ```
31+ #### Build ORFS with Docker
6732
6833Document for detailed steps on docker based installation found
6934[ here] ( ./docs/user/BuildWithDocker.md ) .
@@ -78,7 +43,8 @@ cd flow
7843make
7944```
8045
81- Above steps run from synthesis to GDSII generation and you can view final layout with OpenROAD GUI as,
46+ Above steps run from RTL-GDSII generation and you can view final
47+ layout with OpenROAD GUI as,
8248
8349```
8450make gui_final
0 commit comments