From 709a20a3499f07c34a86bc1c918ce7839dfeff52 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 23 Sep 2020 20:45:19 -0600 Subject: [PATCH] [Regression Test] Deploy new test to CI --- .travis/basic_reg_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/basic_reg_test.sh b/.travis/basic_reg_test.sh index e0ee4685b..609c60749 100755 --- a/.travis/basic_reg_test.sh +++ b/.travis/basic_reg_test.sh @@ -20,6 +20,7 @@ python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/full_testbench/config python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/full_testbench/fast_configuration_frame --debug --show_thread_logs python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/preconfig_testbench/configuration_frame --debug --show_thread_logs python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/full_testbench/configuration_frame_ccff --debug --show_thread_logs +python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/full_testbench/configuration_frame_scff --debug --show_thread_logs python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/full_testbench/configuration_frame_resetb --debug --show_thread_logs echo -e "Testing memory bank configuration protocol of a K4N4 FPGA";