aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-04-30 18:40:24 +0100
committergatecat <gatecat@ds0.me>2021-05-15 14:54:33 +0100
commit0533818ceead805b9afc749d3a23e571e4a21543 (patch)
treea60b9bc96eafea8760536db360094c8bd98a4f81 /CMakeLists.txt
parent9f2cbe1762387ec38d358fb4c885740de89b5656 (diff)
downloadnextpnr-0533818ceead805b9afc749d3a23e571e4a21543.tar.gz
nextpnr-0533818ceead805b9afc749d3a23e571e4a21543.tar.bz2
nextpnr-0533818ceead805b9afc749d3a23e571e4a21543.zip
cyclonev: Update in line with nextpnr changes
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc3e100f..6d007ff7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,7 +95,7 @@ endif()
set(PROGRAM_PREFIX "" CACHE STRING "Name prefix for executables")
# List of families to build
-set(FAMILIES generic ice40 ecp5 nexus gowin fpga_interchange machxo2)
+set(FAMILIES generic ice40 ecp5 nexus gowin fpga_interchange machxo2 cyclonev)
set(STABLE_FAMILIES generic ice40 ecp5)
set(EXPERIMENTAL_FAMILIES nexus gowin fpga_interchange machxo2 cyclonev)