From b015ee825c501e07a06b4cd464a3fbf3554c1da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=85=E8=A7=81=E6=9C=88=E4=B8=83?= <55041871+meijianyue@users.noreply.github.com> Date: Tue, 17 Nov 2020 09:40:45 +0800 Subject: missing '/local' at ecp5 installing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5deb92ae..6a70e1e3 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3