1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-13 23:45:00 +00:00

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

Submodule tests updated: 3164836846...7673d60124