[Test] Deploy const gnd test case to CI
This commit is contained in:
parent
99b1e68d92
commit
e5facf8866
|
@ -70,6 +70,9 @@ python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/mux_design/inbuf_onl
|
|||
echo -e "Testing Verilog generation with routing multiplexers with output buffers only";
|
||||
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/mux_design/outbuf_only_mux --debug --show_thread_logs
|
||||
|
||||
echo -e "Testing Verilog generation with routing multiplexers with constant gnd input";
|
||||
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/mux_design/const_input_gnd --debug --show_thread_logs
|
||||
|
||||
echo -e "Testing Verilog generation with behavioral description";
|
||||
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/behavioral_verilog --debug --show_thread_logs
|
||||
|
||||
|
|
Loading…
Reference in New Issue