Altera_Forum
Honored Contributor
16 years agoData I/O on FPGA
I am using a Stratix iii for my project (decoding files in a digita radio implementation) and need help (1)inputing data onto the board for processing, (2) sending the data back to a PC.
--> 1. Currently I am using a ROM file to grab my input, but it is inconvinent because my data files need to change, and that requires long recompilation just to get to use a new data file. Please suggest a quick and easy alternative, one that can seamless reading of my file, or better if it can read the data directly from the output of my matlab encoder. Please Please. --> 2 I need a way of retriving the data for further processing in the PC, that can be simple enough to allow to access the data directly using C or Matlab code instead of having a file to open manually. But even that too will help,as long as it is better than my current method,using Signal Tap to retrieve the data. The problem is that this method cannot handle my average data samples (200K), and that even with the data I get I must open the file and scan it for the useful data before cutting it off for further processing. I would rather at the least the file was a fixed format where I can jst operate on it using my C code without need 2 cut any thing. Please Please Please, I am desperate.