Forum Discussion

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

Ram

Hi,

If i want to have the output to be written to RAM available in my DE-2 board. Can anyone give me some guideline on how to start doing it? I dont have any idea of how to do it.

Thanks alot

14 Replies

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

    Another solution may be to instantiate an ALTSYNCRAM Megafunction (of the proper size) in your design and write into its write port all your output data. Then connect to its read port an UART module which can be used to drive an external RS232 transceiver. So the RS232 connection with a COM port of your PC may complete your job.

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

    --- Quote Start ---

    Another solution may be to instantiate an ALTSYNCRAM Megafunction (of the proper size) in your design and write into its write port all your output data. Then connect to its read port an UART module which can be used to drive an external RS232 transceiver. So the RS232 connection with a COM port of your PC may complete your job.

    --- Quote End ---

    ok ok..i will try out! thanks