Altera_Forum
Honored Contributor
19 years agoMultiple CPU or Nios II?
I'm working on a project that requires data to be read into a NIOS out of on chip FIFO. The data is then processed and stored onto a CF card.
My problem is that their doesn't seem to be enough time to read the data processes it and then store it to the compact flash and therefore I loose data. now the options that I know about are 1) increase the write speed to the CF by changing the mode that the CF runs in. 2) I can create a second CPU internal to the SOPC builder document. this CPU would be used exclusively to read the FIFO and store the data into a dual port on chip memory. 3) i can create a second SOPC block that controls the reading from the FIFO, processing, and writing to CF. which option would allow for the most flexibility of hardware. Make the smallest amount of code. And be the simplest to implement in the FPGA. my hardware is a Cyclone 1C20 Industrial temp speed grade 7 running at 50Mhz Thanks SteveM