From 7d1b524969331063345f3d73cb7df650b2c4b305 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 15 Jul 2020 11:57:12 -0600 Subject: [PATCH] deploy fast configuration chain 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 e466dec24..6c9e1c04d 100755 --- a/.travis/basic_reg_test.sh +++ b/.travis/basic_reg_test.sh @@ -12,6 +12,7 @@ echo -e "Basic regression tests"; echo -e "Testing configuration chain of a K4N4 FPGA"; python3 openfpga_flow/scripts/run_fpga_task.py full_testbench/configuration_chain --debug --show_thread_logs +python3 openfpga_flow/scripts/run_fpga_task.py full_testbench/fast_configuration_chain --debug --show_thread_logs python3 openfpga_flow/scripts/run_fpga_task.py preconfig_testbench/configuration_chain --debug --show_thread_logs echo -e "Testing fram-based configuration protocol of a K4N4 FPGA";