[Regression Test] Deploy k4n4 BRAM test case to CI

This commit is contained in:
tangxifan 2020-09-22 12:24:54 -06:00
parent 5741664580
commit 8fff2b77eb
1 changed files with 2 additions and 0 deletions

View File

@ -45,5 +45,7 @@ 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
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
end_section "OpenFPGA.TaskTun"