deploy load_arch_bitstream test case to CI
This commit is contained in:
parent
5d83abb2cf
commit
9809db01c5
|
@ -13,4 +13,7 @@ echo -e "FPGA-Bitstream regression tests";
|
||||||
echo -e "Testing bitstream generation only";
|
echo -e "Testing bitstream generation only";
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py fpga_bitstream/generate_bitstream --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py fpga_bitstream/generate_bitstream --debug --show_thread_logs
|
||||||
|
|
||||||
|
echo -e "Testing loading architecture bitstream from an external file";
|
||||||
|
python3 openfpga_flow/scripts/run_fpga_task.py fpga_bitstream/load_external_architecture_bitstream --debug --show_thread_logs
|
||||||
|
|
||||||
end_section "OpenFPGA.TaskTun"
|
end_section "OpenFPGA.TaskTun"
|
||||||
|
|
Loading…
Reference in New Issue