Merge pull request #244 from lnis-uofu/synth_verilog_test_deployment
Deploy synthesizable verilog test to CI
This commit is contained in:
commit
122218dfd3
|
@ -95,6 +95,9 @@ run-task fpga_verilog/mux_design/no_const_input --debug --show_thread_logs
|
|||
echo -e "Testing Verilog generation with behavioral description";
|
||||
run-task fpga_verilog/behavioral_verilog --debug --show_thread_logs
|
||||
|
||||
echo -e "Testing synthesizable Verilog generation with external standard cells";
|
||||
run-task fpga_verilog/synthesizable_verilog --debug --show_thread_logs
|
||||
|
||||
echo -e "Testing implicit Verilog generation";
|
||||
run-task fpga_verilog/implicit_verilog --debug --show_thread_logs
|
||||
|
||||
|
|
Loading…
Reference in New Issue