[Test] Deploy none constant input test case to CI
This commit is contained in:
parent
179ae355d0
commit
63f130d948
|
@ -73,6 +73,9 @@ python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/mux_design/outbuf_on
|
||||||
echo -e "Testing Verilog generation with routing multiplexers with constant gnd input";
|
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
|
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 routing multiplexers without constant inputs";
|
||||||
|
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/mux_design/no_const_input --debug --show_thread_logs
|
||||||
|
|
||||||
echo -e "Testing Verilog generation with behavioral description";
|
echo -e "Testing Verilog generation with behavioral description";
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/behavioral_verilog --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/behavioral_verilog --debug --show_thread_logs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue