Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

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

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 !!

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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!!