Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNeed Help with FFT code
Hi, I am trying to implement a FFT code on the altera DE1 board. I have some doubts regarding the procedure. 1.Can i simulate the outputs of the FFT in Quartus 11??If so,Can you provide ...
Altera_Forum
Honored Contributor
15 years agoYou need to decide which design metodology you want to use.
As example: schematic design; verilog HDL code; VHDL code. In every case you can simulate using a testbench and Modelsim (incleded in QurtusII suite). In every case the simulation environment (testbench) cannot be implemented on the board.