From e46651e0c10f55d62ab5904b35fa494db9447a4d Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sat, 30 May 2020 20:59:40 -0600 Subject: [PATCH] deploy preconfig regression test for memory bank to CI --- .travis/script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/script.sh b/.travis/script.sh index 11056cbed..907e1a3cf 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -60,6 +60,7 @@ python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/preconfig_testbenc echo -e "Testing memory bank configuration protocol of a K4N4 FPGA"; python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/memory_bank --debug --show_thread_logs python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/fast_memory_bank --debug --show_thread_logs +python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/preconfig_testbench/memory_bank --debug --show_thread_logs echo -e "Testing standalone (flatten memory) configuration protocol of a K4N4 FPGA";