diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2021-01-03 19:45:00 +0100 |
---|---|---|
committer | Pepijn de Vos <pepijndevos@gmail.com> | 2021-01-03 19:45:00 +0100 |
commit | 2700687c00c98cbbddd4f131e6e8849067e02ab8 (patch) | |
tree | 168fc04f582d3d9d0a4e6d2a25fd16a34a46aa21 /gowin | |
parent | 9b9628047c01a970cfe20f83f2b7129ed109440d (diff) | |
download | nextpnr-2700687c00c98cbbddd4f131e6e8849067e02ab8.tar.gz nextpnr-2700687c00c98cbbddd4f131e6e8849067e02ab8.tar.bz2 nextpnr-2700687c00c98cbbddd4f131e6e8849067e02ab8.zip |
Gowin: Add GW1N-4 support
Diffstat (limited to 'gowin')
-rw-r--r-- | gowin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gowin/CMakeLists.txt b/gowin/CMakeLists.txt index 17484b29..695ef884 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-9) +set(ALL_GOWIN_DEVICES GW1N-1 GW1N-4 GW1N-9) 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}") |