Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe HDL testbench can be made by hand. It is simply 1 file that instantiates your design, and sets up the clock, resets, inputs and outputs. If you have the basic, free, version of Modelsim all files have to be written in the same language. So DSP builder outputs VHDL, therefore you testbench has to be in VHDL. This is a pain... for me at least because I'm much better in Verilog than VHDL.
But before you do the testbench, were you able to make your HDL files from the digital version of the neural net design?