Skip to content

Commit 22dc99d

Browse files
committed
README update
Signed-off-by: vijayank88 <[email protected]>
1 parent 934259f commit 22dc99d

File tree

3 files changed

+4
-38
lines changed

3 files changed

+4
-38
lines changed

README.md

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
4118
Document for detailed local installation steps found [here](./docs/user/BuildLocally.md).
4219

4320
### Docker Based Installation
21+
4422
To ease dependency installation issues, ORFS uses docker images.
4523
Docker image includes ORFS binaries, applications as well as all
4624
required 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
5129
manage 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

6833
Document for detailed steps on docker based installation found
6934
[here](./docs/user/BuildWithDocker.md).
@@ -78,7 +43,8 @@ cd flow
7843
make
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
```
8450
make gui_final

docs/images/ORFS_Flow.webp

47.5 KB
Loading

docs/images/gcd_final.webp

-202 KB
Loading

0 commit comments

Comments
 (0)