Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDual access block ram access from nios and custom vhdl
First, Id like to say I'm new to using Altera FPGA's so sorry if this is very simple. I have implemented a dual access block ram in SOPC. One side goes to the nios-II core so i can read and write fro...
Altera_Forum
Honored Contributor
16 years agoThese might help as good starting points for creating your own memory mastering components in SOPC Builder:
http://www.alteraforum.com/forum/showthread.php?t=19053 http://www.altera.com/support/examples/nios2/exm-avalon-mm.html I would start with the first one since it's VHDL based. The second one is verilog based and has GUI customizations in the component .tcl file so it's a little bit more advanced.