From 1fedd009124770eceeb45388b6b15f61f60de10e Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sat, 30 May 2020 12:23:48 -0600 Subject: [PATCH] deploy the flatten configuration memory testcase to CI --- .travis/script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis/script.sh b/.travis/script.sh index 9d222c17a..034704c10 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -57,6 +57,9 @@ python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/con 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 standalone (flatten memory) configuration protocol of a K4N4 FPGA"; +python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/flatten_memory --debug --show_thread_logs + echo -e "Testing user-defined simulation settings: clock frequency and number of cycles"; python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/fixed_simulation_settings --debug --show_thread_logs