Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21611 Discussions

How to save the output of module running in the fpga?

Altera_Forum
Honored Contributor II
1,432 Views

Hi all, 

 

I'm using cyclone2 ep2c35 fpga development board and there are flash, SDRAM memory chip in it. I want to save the output of the module in pc for further analysis. How should i do to achieve this? Thanks a lot !!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
738 Views

Do you have serial port on you development board? If so you can direct your output through serial port to the PC. First collect your output in a FIFO and then send it through RS232 interface as fast as you can.

0 Kudos
Altera_Forum
Honored Contributor II
738 Views

Thank you very much! I haven't thought of using FIFO and serial port before! It seems a feasible way to work out my problem. 

 

Thanks again!!
0 Kudos
Reply