aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2021-12-17 12:34:21 +0100
committerPepijn de Vos <pepijndevos@gmail.com>2021-12-24 17:17:25 +0100
commitb53a921e426efdfbc6e0d13c19bcb94439431a70 (patch)
treea5471621493ca639733a43f97cbd50146c261d5e
parentde63b5b09a4d4373d872dd2bef3336760edad08f (diff)
downloadnextpnr-b53a921e426efdfbc6e0d13c19bcb94439431a70.tar.gz
nextpnr-b53a921e426efdfbc6e0d13c19bcb94439431a70.tar.bz2
nextpnr-b53a921e426efdfbc6e0d13c19bcb94439431a70.zip
Add support for GW1NS-4 series devices
-rw-r--r--gowin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gowin/CMakeLists.txt b/gowin/CMakeLists.txt
index a356a84b..5ec32128 100644
--- a/gowin/CMakeLists.txt
+++ b/gowin/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
project(chipdb-gowin NONE)
-set(ALL_GOWIN_DEVICES GW1N-1 GW1N-4 GW1N-9 GW1NS-2)
+set(ALL_GOWIN_DEVICES GW1N-1 GW1N-4 GW1N-9 GW1NS-2 GW1NS-4)
set(GOWIN_DEVICES ${ALL_GOWIN_DEVICES} CACHE STRING
"Include support for these Gowin devices (available: ${ALL_GOWIN_DEVICES})")
message(STATUS "Enabled Gowin devices: ${GOWIN_DEVICES}")