Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDual port shared memory
Hi! I am working on a project which includes NIOS as the main host processor and it has other parts designed in verilog (a transceiver, a control unit). In the project a dual port memory is to ...
Altera_Forum
Honored Contributor
15 years agoProbably the easiest way is to write your own avalon slave interface that accesses the memory within the control unit (which will access it through the other port).
The alternative is to put an avalon master interface in the control unit vhdl to that it can be linked to an avalon slave using the sopc builder.