From 237fc2e63607f2a0c6dfbe7b9da0d5f6703e6f45 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 22 Sep 2020 11:49:16 -0600 Subject: [PATCH] [Regression test] Deploy no local routing in basic tests to CI --- .travis/basic_reg_test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/basic_reg_test.sh b/.travis/basic_reg_test.sh index 3865c66e9..84543bf8d 100755 --- a/.travis/basic_reg_test.sh +++ b/.travis/basic_reg_test.sh @@ -43,5 +43,7 @@ echo -e "Testing K4N4 with facturable LUTs"; python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/k4_series/k4n4_frac_lut --debug --show_thread_logs echo -e "Testing K4N4 with hard adders"; python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/k4_series/k4n4_adder --debug --show_thread_logs +echo -e "Testing K4N4 without local routing architecture"; +python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/k4_series/k4n4_no_local_routing --debug --show_thread_logs end_section "OpenFPGA.TaskTun"