Skip to content

Commit

Permalink
README.md: Align to flow without submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
alex96295 committed Dec 6, 2024
1 parent acab61b commit 14cd8de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Warning: requires QuestaSim 2022.3 or newer.

2. We need RV64 toolchain to compile DPI libraries. To this purpose, export the
RV64 toolchain to a `RISCV` env variable and also export your questa
installation path to a `QUESTA_HOME` env variable. Please refer to [RISC-V GNU
toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain/) to use a
installation path to a `QUESTASIM_HOME` env variable. Please refer to [RISC-V
GNU toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain/) to use a
pre-built RV64 toolchain release.

3. Compile the hw:
Expand All @@ -44,7 +44,7 @@ Warning: requires QuestaSim 2022.3 or newer.
4. Download the sw stack and bare-metal tests:
```
make pulp-runtime
make regression-tests
make regression_tests
```

5. Source the environment:
Expand Down

0 comments on commit 14cd8de

Please sign in to comment.