Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFFT megawizard stimulation
Hi ! I am new to megacore I generated the FFT core in vhdl. But I couldnt to run the stimulation in modelsim. I attached the tb_fft.vhd fft.vhd and fft.vho file to the project in modelsim.Shoul...
Altera_Forum
Honored Contributor
11 years agoI tried it locally by running the following commands:
vlib work vcom fft.vho -work work vcom fft_tb.vhd -work work vsim fft_tb log -r /* add wave sim:fft_tb/fft_inst/* run -all and it worked for me in version 13.1 and modelsim AE