Dual Port RAM for COG RAM - not working
Cluso99
Posts: 18,069
I am trying to get the COG RAM running as Dual Port RAM.
It seems to be instantiating this ram as dual clocked ram.
Anyway, it is not working and I am at a loss to determine where the problem lies.
My code is the original base code for the DE0-Nano with the following changes
* Chip's fixes
* dig.v changed to only generate3 cogs
* cog.v changed to not generate vga for any cogs
* cog.v now uses cog_dpram.v
* cog_dpram.v now included
Are there any top level changes required to specify dual port ram be used ???
It seems to be instantiating this ram as dual clocked ram.
Anyway, it is not working and I am at a loss to determine where the problem lies.
My code is the original base code for the DE0-Nano with the following changes
* Chip's fixes
* dig.v changed to only generate3 cogs
* cog.v changed to not generate vga for any cogs
* cog.v now uses cog_dpram.v
* cog_dpram.v now included
Are there any top level changes required to specify dual port ram be used ???
Comments
Does anyone have a dual port working example of anything that I can use to test?
Have a look at rogloh's post, he has dual-port ram going in his code.
Onwards and Upwards