Forum Discussion
Altera_Forum
Honored Contributor
17 years agoTransferring a block of data
I am using DE2 and new to this board (and FPGA). I would like to make DE2 transfer a block of data (in a file) to my test chip thru the expansion headers. I try using readmemh but this failed to comp...
Altera_Forum
Honored Contributor
17 years agoThe easiest thing would be to add uart in sopc-system and write a windows program that communicates with the serial port.
If your file always looks the same you can add it into a ram-bank as a hex file. //Ola