[Test] Add new test to CI

This commit is contained in:
tangxifan 2020-11-04 20:59:34 -07:00
parent bce8233019
commit 93e7107d80
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/io/reduced_io --debu
echo -e "Testing Verilog generation with embedded I/Os for an FPGA ";
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/io/embedded_io --debug --show_thread_logs
echo -e "Testing Verilog generation with SoC I/Os for an FPGA ";
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/io/soc_io --debug --show_thread_logs
echo -e "Testing Verilog generation with adder chain across an FPGA";
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/fabric_chain/adder_chain --debug --show_thread_logs