Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ample into main
  • Loading branch information
Manarabdelaty committed Apr 20, 2021
2 parents 7379d28 + bb6363f commit b61477e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,17 @@ make simenv

This will pull a docker image with the needed tools installed.

Then, run the RTL and GL simulation by
Then, you will need to build the pdk to obtain the verilog views.

```bash
export PDK_ROOT=<pdk-installation-path>
make pdk
```

Then, run the RTL and GL simulation by

```bash
export PDK_ROOT=<pdk-installation-path>
export CARAVEL_ROOT=$(pwd)/caravel
# specify simulation model: RTL/GL
export SIM=RTL
Expand Down

0 comments on commit b61477e

Please sign in to comment.