Forum Discussion
Altera_Forum
Honored Contributor
21 years agoBasic SDRAM/NIOS question
Hello: I'm new here. Here's a fairly basic question (I think)... an answer to which I have been unable to find. I have a NIOS2 cyclone development board. What I want to do is r...
Altera_Forum
Honored Contributor
21 years agoSounds like you need to buffer this data (using a FIFO). So contents are read out at 5MHz, and data is written into it at something considerably higher. Using signals that tell you whether the buffer is full (or close to getting full) you can have the master back off from writing into it. This is common practice in DSP type applications where you have to keep data rates constant.