diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2020-11-18 10:18:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 10:18:48 +0100 |
commit | 6514471a3bec65a45822cb2715022fc0bd80c452 (patch) | |
tree | 409e4ee2c0476e00701fe5c990ff521cd97381db | |
parent | da4ff1c40a1e70bf84ddb24da3850e080d46e600 (diff) | |
parent | b015ee825c501e07a06b4cd464a3fbf3554c1da9 (diff) | |
download | nextpnr-6514471a3bec65a45822cb2715022fc0bd80c452.tar.gz nextpnr-6514471a3bec65a45822cb2715022fc0bd80c452.tar.bz2 nextpnr-6514471a3bec65a45822cb2715022fc0bd80c452.zip |
Merge pull request #516 from meijianyue/master
missing '/local' at ecp5 installing
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ such as pack, place, route, and write output files.) For ECP5 support, install [Project Trellis](https://github.com/YosysHQ/prjtrellis) to `/usr/local` or another location, which should be passed as `-DTRELLIS_INSTALL_PREFIX=/usr/local` to CMake. Then build and install `nextpnr-ecp5` using the following commands: ``` -cmake . -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr +cmake . -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr/local make -j$(nproc) sudo make install ``` |