diff options
author | gatecat <gatecat@ds0.me> | 2021-02-17 16:03:03 +0000 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-02-17 16:03:03 +0000 |
commit | a8c55728e2f10ef2d92369ee120640b76cbe3ff2 (patch) | |
tree | 8e10cf358eb43aaef617f34ac66b2fa2ca2c75a3 /.cirrus/archcheck.sh | |
parent | 18113ff43d318047fe166dcff91588bc9a195bd0 (diff) | |
download | nextpnr-a8c55728e2f10ef2d92369ee120640b76cbe3ff2.tar.gz nextpnr-a8c55728e2f10ef2d92369ee120640b76cbe3ff2.tar.bz2 nextpnr-a8c55728e2f10ef2d92369ee120640b76cbe3ff2.zip |
gowin: Fix archcheck errors and add to CI
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.cirrus/archcheck.sh')
-rwxr-xr-x | .cirrus/archcheck.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus/archcheck.sh b/.cirrus/archcheck.sh index 35f115d0..6ff6c043 100755 --- a/.cirrus/archcheck.sh +++ b/.cirrus/archcheck.sh @@ -5,3 +5,4 @@ ${BUILD_DIR}/nextpnr-ice40 --hx8k --package ct256 --test ${BUILD_DIR}/nextpnr-ice40 --up5k --package sg48 --test ${BUILD_DIR}/nextpnr-ecp5 --um5g-25k --package CABGA381 --test ${BUILD_DIR}/nextpnr-nexus --device LIFCL-40-9BG400CES --test +${BUILD_DIR}/nextpnr-gowin --device GW1N-UV4LQ144C6/I5 --test |