Skip to content

Commit

Permalink
Add tiny entry in README + small fix to make checkout-synthesis rule
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed Oct 25, 2024
1 parent be268ec commit 2e2b98a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checkout: $(PULPISSIMO_UTILS)/bender
$(PULPISSIMO_UTILS)/bender checkout

.PHONY: checkout-synthesis
checkout-synthesis:
checkout-synthesis: $(PULPISSIMO_UTILS)/bender
git clone --recursive git@iis-git.ee.ethz.ch:pulp-restricted/pulpissimo-synthesis target/synthesis
$(PULPISSIMO_UTILS)/bender update

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,13 @@ If you encounter this bug use the following temporary workaround instead to buil
VP_WORKAROUND_NONNULL_BUG=yes make build-pulp-sdk
```

### Non-free synthesis setup
If you have access to the non-free synthesis setup, you can download requirements
with the command
```bash
make checkout-synthesis
```

### Building the RTL simulation platform
Note you need Questasim or Xcelium to do an RTL simulation of PULPissimo
(verilator support planned, but not finished). Intel Modelsim for Intel FPGAs
Expand Down

0 comments on commit 2e2b98a

Please sign in to comment.