From 8b3de892ef6bc2374fc87084c552e48e8861e1c8 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sun, 22 Sep 2019 12:18:44 -0600 Subject: [PATCH] simplify the regression test commands --- .travis/script.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis/script.sh b/.travis/script.sh index abdd81b35..fa9e95ea8 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -18,6 +18,5 @@ end_section "OpenFPGA.build" start_section "OpenFPGA.TaskTun" "${GREEN}..Running_Regression..${NC}" cd - -python3 openfpga_flow/scripts/run_fpga_task.py blif_vpr_flow -python3 openfpga_flow/scripts/run_fpga_task.py tileable_routing +python3 openfpga_flow/scripts/run_fpga_task.py blif_vpr_flow tileable_routing --maxthreads 2 end_section "OpenFPGA.TaskTun"