Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ work_*/
.*.swn
.*.swm
*.log
/libtrellis/out/build/x64-Debug
/.vs
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Install the dependencies for Project Trellis:
- Git
- Recent OpenOCD for device programming (`--enable-ftdi` required if building from source)

Note that at least 4GB RAM is needed for Trellis, and 5GB for nextpnr on Ubuntu.

Clone the Project Trellis repository and download the latest database:

git clone --recursive https://github.com/SymbiFlow/prjtrellis
Expand Down