Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidya A Chhabria committed Feb 12, 2020
1 parent 554aa07 commit 0caea2e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,25 @@ The packages in requirements.txt will be installed in a virtual environment duri
### Install on a bare-metal machine

#### Clone repo and submodules
`git clone --recursive https://github.com/VidyaChhabria/OpeNPDN.git`
```
git clone --recursive https://github.com/The-OpenROAD-Project/OpeNPDN.git
git checkout rewrite_branch
```

#### Install
#### Install OpenDB and test OpeNPDN
```
cd OpeNPDN
mkdir build
cd build
cmake ..
cd ..
make clean
source install.sh
make build
make test
```

Ensure the test passes
The installation creates a virtual environment with the necessary packages needed to run the flow.

The build unzips CNN checkpoint to run the inference flow on a testcase. The test runs a set of unit tests.


## Usage
Expand Down

0 comments on commit 0caea2e

Please sign in to comment.