[Test] Add the new test case to CI
This commit is contained in:
parent
dc68c52d0a
commit
6b6c018945
|
@ -63,6 +63,9 @@ python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/generate_fabric --deb
|
||||||
echo -e "Testing Verilog testbench generation only";
|
echo -e "Testing Verilog testbench generation only";
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/generate_testbench --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/generate_testbench --debug --show_thread_logs
|
||||||
|
|
||||||
|
echo -e "Testing separated Verilog fabric netlists and testbench locations";
|
||||||
|
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/custom_fabric_netlist_location --debug --show_thread_logs
|
||||||
|
|
||||||
echo -e "Testing user-defined simulation settings: clock frequency and number of cycles";
|
echo -e "Testing user-defined simulation settings: clock frequency and number of cycles";
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/fixed_simulation_settings --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/fixed_simulation_settings --debug --show_thread_logs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue