From b53a921e426efdfbc6e0d13c19bcb94439431a70 Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Fri, 17 Dec 2021 12:34:21 +0100 Subject: Add support for GW1NS-4 series devices --- gowin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- cgit v1.2.3 From fa1ef15e47f7ee0b36a77f94ea26f92e2a8a689d Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Fri, 17 Dec 2021 12:35:37 +0100 Subject: build on release of apycula with gw1ns-4 support --- .cirrus/Dockerfile.ubuntu20.04 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus/Dockerfile.ubuntu20.04 b/.cirrus/Dockerfile.ubuntu20.04 index 4f229d2d..bf81a4a6 100644 --- a/.cirrus/Dockerfile.ubuntu20.04 +++ b/.cirrus/Dockerfile.ubuntu20.04 @@ -65,4 +65,4 @@ RUN set -e -x ;\ PATH=$PATH:$HOME/.cargo/bin cargo install --path prjoxide RUN set -e -x ;\ - pip3 install apycula==0.0.1a12 + pip3 install apycula==0.2a1 -- cgit v1.2.3 From 5b6961edd0ff3ad79aa659696105f93c3a246ca0 Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Sun, 26 Dec 2021 17:52:00 +0100 Subject: update release that actually includes GW1NS-4 chipdb --- .cirrus/Dockerfile.ubuntu20.04 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus/Dockerfile.ubuntu20.04 b/.cirrus/Dockerfile.ubuntu20.04 index bf81a4a6..934bbbcb 100644 --- a/.cirrus/Dockerfile.ubuntu20.04 +++ b/.cirrus/Dockerfile.ubuntu20.04 @@ -65,4 +65,4 @@ RUN set -e -x ;\ PATH=$PATH:$HOME/.cargo/bin cargo install --path prjoxide RUN set -e -x ;\ - pip3 install apycula==0.2a1 + pip3 install apycula==0.2a2 -- cgit v1.2.3