From 811f5b4d18eac5c8e737e1a569ec9a0ebae816c2 Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Sat, 17 Jul 2021 17:35:49 +0200 Subject: [PATCH 1/2] remove generic leftover in gowin --- gowin/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/gowin/CMakeLists.txt b/gowin/CMakeLists.txt index 5d70cd32..a356a84b 100644 --- a/gowin/CMakeLists.txt +++ b/gowin/CMakeLists.txt @@ -12,8 +12,6 @@ message(STATUS "gowin_bba executable: ${GOWIN_BBA_EXECUTABLE}") if(DEFINED GOWIN_CHIPDB) add_custom_target(chipdb-gowin-bbas ALL) else() - find_package(PythonInterp 3.6 REQUIRED) - # shared among all families set(SERIALIZE_CHIPDBS TRUE CACHE BOOL "Serialize device data preprocessing to minimize memory use") From 916ae180ac2772d2ed6c129928177ec6befcf01e Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Sat, 17 Jul 2021 17:36:54 +0200 Subject: [PATCH 2/2] remove generic leftover in gowin --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3be6ca99..c1b28f15 100644 --- a/README.md +++ b/README.md @@ -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 ```