generic: Add bel pin mapping test

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-02-15 10:22:29 +00:00
parent a002ccfbc1
commit a8a5153873
2 changed files with 2 additions and 1 deletions

View File

@ -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

2
tests

@ -1 +1 @@
Subproject commit 31648368460b9e216479ce7c38e6fed883c380c4
Subproject commit 7673d60124707346de001367afcbab6be466f405