Skip to content

Commit

Permalink
Merge pull request YosysHQ#123 from gojimmypi/patch-1
Browse files Browse the repository at this point in the history
include example ECP5 architecture syntax
  • Loading branch information
gatecat committed Mar 4, 2020
2 parents eff0259 + 967e16e commit 6efa9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Out-of-tree builds are currently unsupported when coupled with `nextpnr`:

Clone and install **latest git master** versions (Yosys 0.8 is not sufficient for ECP5 development) of [Yosys](https://github.com/YosysHQ/yosys)
and [nextpnr](https://github.com/YosysHQ/nextpnr) according to their own instructions. Ensure
to include the ECP5 architecture when building nextpnr; and point it towards your prjtrellis
folder.
to include the [ECP5 architecture](https://github.com/YosysHQ/nextpnr#nextpnr-ecp5) when building nextpnr; and point it towards your prjtrellis
folder. (for example: `cmake -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr/share/trellis/ .`)

You should now be able to build the [examples](examples).

Expand Down

0 comments on commit 6efa9ff

Please sign in to comment.