[Regression test] Deploy no local routing in basic tests to CI
This commit is contained in:
parent
3bf94b8e34
commit
237fc2e636
|
@ -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
|
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";
|
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
|
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"
|
end_section "OpenFPGA.TaskTun"
|
||||||
|
|
Loading…
Reference in New Issue