Altera_Forum
Honored Contributor
15 years agoSimulink to FPGA implementation
Hi,
there is a way by which you can interface FPGA with your simulink so that you can put your input in to the block and the input get processed by the FPGA and oupput result is shown on the Simulink graph. I have managed to make a 3 tap FIR filter in verilog. Now I would like to add this code in to one of the simulink block so that I could add input and output from that block and simulate the performance of my code using cyclone 2 DE1. I am a beginner to FPGA world. I only read about this method but I have NO idea how to implement this... PLEASE can some one give me a step by step method...