diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2021-07-17 17:36:54 +0200 |
---|---|---|
committer | Pepijn de Vos <pepijndevos@gmail.com> | 2021-07-17 17:36:54 +0200 |
commit | 916ae180ac2772d2ed6c129928177ec6befcf01e (patch) | |
tree | bc65400daf7a5d900969146d43886f415c834d32 | |
parent | 811f5b4d18eac5c8e737e1a569ec9a0ebae816c2 (diff) | |
download | nextpnr-916ae180ac2772d2ed6c129928177ec6befcf01e.tar.gz nextpnr-916ae180ac2772d2ed6c129928177ec6befcf01e.tar.bz2 nextpnr-916ae180ac2772d2ed6c129928177ec6befcf01e.zip |
remove generic leftover in gowin
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,10 +118,10 @@ Nexus support is currently experimental, and has only been tested with engineeri ### nextpnr-gowin -For Gowin support, install [Project Apicula](https://github.com/YosysHQ/apicula). If a virtualenv is used, the python paths need to be provided as follows: +For Gowin support, install [Project Apicula](https://github.com/YosysHQ/apicula). If a virtualenv is used, the path to `gowin_bba` needs to be provided as follows: ``` -cmake . -DARCH=gowin -DPYTHON_EXECUTABLE=path -DGOWIN_BBA_EXECUTABLE=path +cmake . -DARCH=gowin -DGOWIN_BBA_EXECUTABLE=path make -j$(nproc) sudo make install ``` |