2020-06-29 23:34:19 +08:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
echo "Running archcheck!"
|
|
|
|
${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
|
2020-11-25 16:37:42 +08:00
|
|
|
${BUILD_DIR}/nextpnr-nexus --device LIFCL-40-9BG400CES --test
|
2021-02-18 00:03:03 +08:00
|
|
|
${BUILD_DIR}/nextpnr-gowin --device GW1N-UV4LQ144C6/I5 --test
|