ChillyTheDev / Capstone

MIT License
0 stars 0 forks source link

Onchip RAM Interface for FFT Data #34

Closed ChillyTheDev closed 4 years ago

ChillyTheDev commented 4 years ago

In order to avoid interfering with the Nios execution which will be running code flashed to the SDram chip the hardware modules will be using onchip memory. There will be an individual memory block for Twiddle coefficients and two scratchpad memories for FFT inputs and outputs. The FFT module will alternate between using the two scratchpads so that the spectrogram drawer may read from the unused scratchpad.