Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFFT MegaCore Function
Hi, I am new in Quartus II and I need to implement a basic FFT using the MegaCore funtion. My FFT must have N = 64, streaming flow, 8 bits input and output. Can anybody help me?...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- You will want to simulate using the <magafunctionname>.vo file. (If you are using verilog as your language) There should be a sample test bench that's generated as well.. I haven't played with VHDL generator, so I don't know exactly what it does for that, but it should do something similar. --- Quote End --- Hi Pete, As I said you, I generated my megacore fft function, and I started the modelsim. But I don't get to run my .do file. Am I correct in run this file or I have to run another file. I open the modelsim and chang it for my directory, I go to Tools -> Tcl -> Execute Macro...and now i have to run my .do file? How can I do it? thanks