From 341a7578310b7e9eb71f50e91ea1f6205e1bd2f3 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 23 Sep 2020 18:05:55 -0600 Subject: [PATCH] [Regression Test] Deploy configuration frame using ccff test case 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 f61ddb698..efca9e376 100755 --- a/.travis/basic_reg_test.sh +++ b/.travis/basic_reg_test.sh @@ -19,6 +19,7 @@ echo -e "Testing fram-based configuration protocol of a K4N4 FPGA"; python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/full_testbench/configuration_frame --debug --show_thread_logs 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/preconfig_testbench/configuration_frame_ccff --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";