aboutsummaryrefslogtreecommitdiffstats
path: root/gowin
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-02-20 18:27:36 +0000
committerGitHub <noreply@github.com>2022-02-20 18:27:36 +0000
commit4812f9707a807f3a2c5355f3bba6100f11ef2c2e (patch)
treeb0ab26c774ff84a4cc032a8341bad6a5aa89162b /gowin
parent347ba3afb3f541edc594c8bc276cce481c7a7e03 (diff)
parentbdea5a1f6f5633ddc84fcbe1f13325b655bae1e9 (diff)
downloadnextpnr-4812f9707a807f3a2c5355f3bba6100f11ef2c2e.tar.gz
nextpnr-4812f9707a807f3a2c5355f3bba6100f11ef2c2e.tar.bz2
nextpnr-4812f9707a807f3a2c5355f3bba6100f11ef2c2e.zip
Merge pull request #913 from chiplet/gw1nz-1
gowin: Add GW1NZ-1 support
Diffstat (limited to 'gowin')
-rw-r--r--gowin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gowin/CMakeLists.txt b/gowin/CMakeLists.txt
index 34af9dc6..ab6f4ee4 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 GW1N-9C GW1NS-2 GW1NS-4)
+set(ALL_GOWIN_DEVICES GW1N-1 GW1NZ-1 GW1N-4 GW1N-9 GW1N-9C 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}")