[Test] Add new test case (DSP with registers) into FPGA-Verilog regression tests
This commit is contained in:
parent
824a03bdca
commit
628191da5f
|
@ -53,6 +53,9 @@ run-task fpga_verilog/dsp/multi_mode_mult_16x16 --debug --show_thread_logs
|
|||
echo -e "Testing Verilog generation with heterogeneous fabric using multi-width 16-bit multi-mode multipliers ";
|
||||
run-task fpga_verilog/dsp/wide_multi_mode_mult_16x16 --debug --show_thread_logs
|
||||
|
||||
echo -e "Testing Verilog generation with heterogeneous fabric using 8-bit single-mode registerable multipliers ";
|
||||
run-task fpga_verilog/dsp/single_mode_mult_8x8_reg --debug --show_thread_logs
|
||||
|
||||
echo -e "Testing Verilog generation with different I/O capacities on each side of an FPGA ";
|
||||
run-task fpga_verilog/io/multi_io_capacity --debug --show_thread_logs
|
||||
|
||||
|
|
Loading…
Reference in New Issue