1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-18 00:48:31 +00:00

remove generic leftover in gowin

This commit is contained in:
Pepijn de Vos
2021-07-17 17:35:49 +02:00
parent 2c4599612c
commit 811f5b4d18

View File

@@ -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")