deploy memory bank regression tests to CI
This commit is contained in:
parent
288294c23a
commit
03e56f5ca6
|
@ -57,6 +57,11 @@ python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/con
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/fast_configuration_frame --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/fast_configuration_frame --debug --show_thread_logs
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/preconfig_testbench/configuration_frame --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/preconfig_testbench/configuration_frame --debug --show_thread_logs
|
||||||
|
|
||||||
|
echo -e "Testing memory bank configuration protocol of a K4N4 FPGA";
|
||||||
|
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/memory_bank --debug --show_thread_logs
|
||||||
|
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/fast_memory_bank --debug --show_thread_logs
|
||||||
|
|
||||||
|
|
||||||
echo -e "Testing standalone (flatten memory) configuration protocol of a K4N4 FPGA";
|
echo -e "Testing standalone (flatten memory) configuration protocol of a K4N4 FPGA";
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/flatten_memory --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/flatten_memory --debug --show_thread_logs
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/preconfig_testbench/flatten_memory --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/preconfig_testbench/flatten_memory --debug --show_thread_logs
|
||||||
|
|
Loading…
Reference in New Issue