Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNios II with on-chip Dual port ram between Nios and External DSP
Hello, I'd like to implement a dual port ram using on chip memory, with one side connected to the Avalon bus and other connected to an external DSP. Not sure where to get started; I can not se...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Ok - if you need dual clock then you have to live with random data during concurrent read/write of the same address - note the you can get some bits of the old data and some of the new. M9K don't have a 'read' signal, they do reads every cycle. You can use the clken to stop this - and keep the output data constant even though the address has changed. --- Quote End --- OK, thank You for the answer about Read. What then could be the solution to have a real dual-port memory ( without the problems during concurrent read/write of the same address ) with one port being controlled by NIOS II and the other by custom logic?