From a8a5153873b4f5559aa232da39d2860e0d3ad960 Mon Sep 17 00:00:00 2001 From: gatecat Date: Mon, 15 Feb 2021 10:22:29 +0000 Subject: generic: Add bel pin mapping test Signed-off-by: gatecat --- .cirrus.yml | 1 + tests | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f7181fd3..b7ff1891 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,6 +8,7 @@ task: submodule_script: git submodule sync --recursive && git submodule update --init --recursive build_script: mkdir build && cd build && cmake .. -DARCH=all+alpha -DOXIDE_INSTALL_PREFIX=$HOME/.cargo -DBUILD_TESTS=on -DBUILD_GUI=on && make -j3 test_generic_script: cd build && ./nextpnr-generic-test + flow_test_generic_script: export NPNR=$(pwd)/build/nextpnr-generic && cd tests/generic/flow && ./run.sh test_ice40_script: cd build && ./nextpnr-ice40-test smoketest_ice40_script: export NEXTPNR=$(pwd)/build/nextpnr-ice40 && cd ice40/smoketest/attosoc && ./smoketest.sh test_ecp5_script: cd build && ./nextpnr-ecp5-test diff --git a/tests b/tests index 31648368..7673d601 160000 --- a/tests +++ b/tests @@ -1 +1 @@ -Subproject commit 31648368460b9e216479ce7c38e6fed883c380c4 +Subproject commit 7673d60124707346de001367afcbab6be466f405 -- cgit v1.2.3