[CI] Deploy new test to CI
This commit is contained in:
parent
5be9e9b736
commit
b717903ca1
|
@ -102,6 +102,8 @@ echo -e "Testing tiles with pins only on top and right sides";
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/tile_organization/top_right_custom_pins --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/tile_organization/top_right_custom_pins --debug --show_thread_logs
|
||||||
echo -e "Testing tiles with pins only on bottom and right sides";
|
echo -e "Testing tiles with pins only on bottom and right sides";
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/tile_organization/bottom_right_custom_pins --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/tile_organization/bottom_right_custom_pins --debug --show_thread_logs
|
||||||
|
echo -e "Testing tiles with I/O in center grid";
|
||||||
|
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/tile_organization/tileable_io --debug --show_thread_logs
|
||||||
|
|
||||||
echo -e "Testing global port definition from tiles";
|
echo -e "Testing global port definition from tiles";
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/global_tile_ports/global_tile_clock --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/global_tile_ports/global_tile_clock --debug --show_thread_logs
|
||||||
|
|
Loading…
Reference in New Issue