Altera_Forum
Honored Contributor
17 years agoRam
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 alotHi,
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 alotAnother 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.
cLaRe,
My appoligies. There was a small bug in the C code of my first ZIP file. Here is a corrected version. Thanks, JakeJake,
Thanks alot!!! :D