Skip to content

Commit

Permalink
Update compile.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatoreDiGirolamo authored May 1, 2021
1 parent 9544de3 commit 47d8a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ export PSPIN_RT=<path to the sw, e.g., /home/salvo/pspin/sw/>
source sourceme.sh
```

### 3) Verilate the hardware
### Verilate the hardware

Define `VERILATOR_HOME`:
```bash
export VERILATOR_HOME=<path to verilator installation>
```

Compile ```libpspin```:
Compile `libpspin`:
```bash
cd hw/verilator_model/

Expand Down

0 comments on commit 47d8a05

Please sign in to comment.