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 agoCheck the transcript in modelsim, it'll likely tell you that one of the components is unbound - which means that it can't find the source for it so it's just driving the ports low. If there's an unbound component try compiling it into your project and simulating again.