simplify the regression test commands

This commit is contained in:
tangxifan 2019-09-22 12:18:44 -06:00
parent 2c4372c506
commit 8b3de892ef
1 changed files with 1 additions and 2 deletions

View File

@ -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"