From 8f4cca789a3201c7fea6936241ff769dd08160a9 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 22 Sep 2020 15:34:44 -0600 Subject: [PATCH] [Regression Test] Add k4n4 with fracturable multiplier test case 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 2a0ae6bb2..85cb514e4 100755 --- a/.travis/basic_reg_test.sh +++ b/.travis/basic_reg_test.sh @@ -49,5 +49,7 @@ echo -e "Testing K4N4 with block RAM"; python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/k4_series/k4n4_bram --debug --show_thread_logs echo -e "Testing K4N4 with multiple lengths of routing segments"; python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/k4_series/k4n4_L124 --debug --show_thread_logs +echo -e "Testing K4N4 with 32-bit fracturable multiplier"; +python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/k4_series/k4n4_frac_mult --debug --show_thread_logs end_section "OpenFPGA.TaskTun"