mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
Update Latest Green Tag
This commit is contained in:
committed by
Amr A. Gouhar
parent
96424609ea
commit
a6cae5ab91
2
Makefile
2
Makefile
@@ -40,7 +40,7 @@ STD_CELL_LIBRARY ?= sky130_fd_sc_hd
|
||||
SPECIAL_VOLTAGE_LIBRARY ?= sky130_fd_sc_hvl
|
||||
IO_LIBRARY ?= sky130_fd_io
|
||||
|
||||
IMAGE_NAME ?= efabless/openlane:v0.7
|
||||
IMAGE_NAME ?= efabless/openlane:v0.8
|
||||
TEST_DESIGN ?= spm
|
||||
BENCHMARK ?= regression_results/benchmark_results/SW_HD.csv
|
||||
REGRESSION_TAG ?= TEST_SW_HD
|
||||
|
||||
12
README.md
12
README.md
@@ -54,7 +54,7 @@ To use the latest stable release of OpenLane, please go [here](https://github.co
|
||||
You can start setting up the skywater-pdk and openlane by running:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/efabless/openlane.git --branch v0.6
|
||||
git clone https://github.com/efabless/openlane.git --branch v0.7
|
||||
cd openlane/
|
||||
# Default PDK_ROOT is $(pwd)/pdks. If you want to install the PDK at a differnt location, uncomment the next line.
|
||||
#export PDK_ROOT=<absolute path to where skywater-pdk and open_pdks will reside>
|
||||
@@ -113,7 +113,7 @@ If you already have the repo locally, then no need to re-clone it. You can direc
|
||||
cd openlane/
|
||||
git checkout master
|
||||
git pull
|
||||
git checkout v0.6
|
||||
git checkout v0.7
|
||||
export PDK_ROOT=<absolute path to where skywater-pdk and open_pdks will reside>
|
||||
make openlane
|
||||
make pdk
|
||||
@@ -132,11 +132,11 @@ This should install the latest openlane docker container, and re-install the pdk
|
||||
To setup openlane you can pull the docker container following these instructions:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/efabless/openlane.git --branch v0.6
|
||||
docker pull efabless/openlane:v0.6
|
||||
git clone https://github.com/efabless/openlane.git --branch v0.7
|
||||
docker pull efabless/openlane:v0.7
|
||||
```
|
||||
|
||||
The generated IMAGE_NAME is efabless/openlane:v0.6
|
||||
The generated IMAGE_NAME is efabless/openlane:v0.7
|
||||
|
||||
## Running OpenLANE
|
||||
|
||||
@@ -156,7 +156,7 @@ The easiest way to mount the proper directories into the docker container would
|
||||
```bash
|
||||
export PDK_ROOT=<absolute path to where skywater-pdk, open_pdks, and sky130A reside>
|
||||
```
|
||||
- Default IMAGE_NAME is efabless/openlane:v0.6. If you want to use a different version, run the following before `make mount`:
|
||||
- Default IMAGE_NAME is efabless/openlane:v0.7. If you want to use a different version, run the following before `make mount`:
|
||||
```bash
|
||||
export IMAGE_NAME=<docker image name>
|
||||
```
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#DOCKER_BUILD_OPTS ?= --rm --no-cache
|
||||
DOCKER_BUILD_OPTS ?= --rm
|
||||
DOCKERFILE_PATH ?= ./Dockerfile
|
||||
IMAGE_NAME ?= efabless/openlane:v0.7
|
||||
IMAGE_NAME ?= efabless/openlane:v0.8
|
||||
#ROOT = sudo
|
||||
|
||||
TOOLS = klayout replace opendp route cugr drcu opensta yosys antmicro_yosys magic openroad_app padring netgen vlogtoverilog openphysyn cvc
|
||||
|
||||
Reference in New Issue
Block a user