[Regression Test] Deploy the fix device test case to CI

This commit is contained in:
tangxifan 2020-09-23 16:48:45 -06:00
parent 149d5b20bd
commit 5c62bafa7f
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ echo -e "Testing standalone (flatten memory) configuration protocol of a K4N4 FP
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/full_testbench/flatten_memory --debug --show_thread_logs
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/preconfig_testbench/flatten_memory --debug --show_thread_logs
echo -e "Testing fixed device layout and routing channel width";
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/fixed_device_support --debug --show_thread_logs
echo -e "Testing fabric Verilog generation only";
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/generate_fabric --debug --show_thread_logs