deploy large bitstream regression tests to CI

This commit is contained in:
tangxifan 2020-07-28 12:41:58 -06:00
parent f33422d4d7
commit 1e53d79c57
1 changed files with 8 additions and 1 deletions

View File

@ -10,9 +10,16 @@ cd ${TRAVIS_BUILD_DIR}
##############################################
echo -e "FPGA-Bitstream regression tests";
echo -e "Testing bitstream generation only";
echo -e "Testing bitstream generation for an auto-sized device";
python3 openfpga_flow/scripts/run_fpga_task.py fpga_bitstream/generate_bitstream/device_auto --debug --show_thread_logs
echo -e "Testing bitstream generation for an 48x48 FPGA device";
python3 openfpga_flow/scripts/run_fpga_task.py fpga_bitstream/generate_bitstream/device_48x48 --debug --show_thread_logs
echo -e "Testing bitstream generation for an 96x96 FPGA device";
python3 openfpga_flow/scripts/run_fpga_task.py fpga_bitstream/generate_bitstream/device_96x96 --debug --show_thread_logs
echo -e "Testing loading architecture bitstream from an external file";
python3 openfpga_flow/scripts/run_fpga_task.py fpga_bitstream/load_external_architecture_bitstream --debug --show_thread_logs