From a0d72a6f8e9d4c1d2cefc4fc0e2bad25b7f5cf14 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Sat, 11 Aug 2018 14:37:56 -0700 Subject: [PATCH] Add xc7 to supported arches --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c222d71..67029d5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ option(BUILD_PYTHON "Build Python Integration" ON) option(BUILD_TESTS "Build GUI" OFF) # List of families to build -set(FAMILIES generic ice40 ecp5) +set(FAMILIES generic ice40 ecp5 xc7) set(ARCH "" CACHE STRING "Architecture family for nextpnr build") set_property(CACHE ARCH PROPERTY STRINGS ${FAMILIES})