Skip to content

Commit

Permalink
[docs] Adds docs dependencies installation to README (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoBi22 authored Jul 16, 2024
1 parent b0b6d78 commit cde60b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ The following packages need to be installed for the CAD toolchain

A flow using VPR, the place and route tool from the [VTR project](https://github.com/verilog-to-routing/vtr-verilog-to-routing) is also available. However, this still requires Yosys, as well as the FABulous nextpnr fork, since this contains files for design synthesis.

To build the docs locally, some further Python dependencies are required - to install these, run
```
pip3 install -r docs/requirements.txt
```
from the top directory of the repository.

## Getting started

To set up FABulous:
Expand Down

0 comments on commit cde60b2

Please sign in to comment.