From 9a6a5e331024b2fa5f7759b198aa0eba4b167f45 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Fri, 29 May 2020 18:23:12 -0600 Subject: [PATCH] deploy fast configuration testcase to CI --- .travis/script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/script.sh b/.travis/script.sh index 37ad55006..9d222c17a 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -54,6 +54,7 @@ python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/preconfig_testbenc echo -e "Testing fram-based configuration protocol of a K4N4 FPGA"; python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/configuration_frame --debug --show_thread_logs +python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/fast_configuration_frame --debug --show_thread_logs python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/preconfig_testbench/configuration_frame --debug --show_thread_logs echo -e "Testing user-defined simulation settings: clock frequency and number of cycles";