Skip to content

Commit

Permalink
Update Latest Green Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
agorararmard committed Feb 24, 2021
1 parent 3437f96 commit 1e67638
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
IMAGE_NAME ?= efabless/openlane:v0.7
TEST_DESIGN ?= spm
BENCHMARK ?= regression_results/benchmark_results/SW_HD.csv
REGRESSION_TAG ?= TEST_SW_HD
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
git clone https://github.com/efabless/openlane.git --branch v0.6
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>
Expand Down Expand Up @@ -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.5
git checkout v0.6
export PDK_ROOT=<absolute path to where skywater-pdk and open_pdks will reside>
make openlane
make pdk
Expand All @@ -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.5
docker pull efabless/openlane:v0.5
git clone https://github.com/efabless/openlane.git --branch v0.6
docker pull efabless/openlane:v0.6
```

The generated IMAGE_NAME is efabless/openlane:v0.5
The generated IMAGE_NAME is efabless/openlane:v0.6

## Running OpenLANE

Expand All @@ -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.5. If you want to use a different version, run the following before `make mount`:
- Default IMAGE_NAME is efabless/openlane:v0.6. If you want to use a different version, run the following before `make mount`:
```bash
export IMAGE_NAME=<docker image name>
```
Expand Down
2 changes: 1 addition & 1 deletion docker_build/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#DOCKER_BUILD_OPTS ?= --rm --no-cache
DOCKER_BUILD_OPTS ?= --rm
DOCKERFILE_PATH ?= ./Dockerfile
IMAGE_NAME ?= efabless/openlane:v0.6
IMAGE_NAME ?= efabless/openlane:v0.7
#ROOT = sudo

TOOLS = klayout replace opendp route cugr drcu opensta yosys antmicro_yosys magic openroad_app padring netgen vlogtoverilog openphysyn cvc
Expand Down

0 comments on commit 1e67638

Please sign in to comment.