Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17263 Discussions

Simulation MegaCore FFT in ModelSim - Problem!

Altera_Forum
Honored Contributor II
1,224 Views

Hi All, 

 

I'm currently trying to simulate a FFT using the Testbench generated by the MegaWizard Plugin Manager. I've compiled fft.v, fft_bb.v and fft_tb.v to the library (with fft as the variation name) and am running the simulation from the fft_tb module. 

 

When running the Simulation, it doesn't work! And I think that's because the FFT sub-module isn't being instantiated. When looking on the files tab of the fft_tb simulation, only fft_tb.v and fft_bb.v are there, I think fft.v should be there as well, but I have no idea how to get it there? 

 

Can someone point me in the right direction? Or am I going completely wrong somewhere? 

 

Thanks
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
352 Views

_bb is a black box file and not necessary for simulation 

 

you need to make sure that the Generate Simulation Model checkbox is enabled when you generate the IP. then you want to use the _tb.v test bench and .vo simulation netlist to run your simulation
0 Kudos
Reply