Forum Discussion
Altera_Forum
Honored Contributor
10 years agocustom Avalon MM master questions.
Hello All. I am try make master for write my data to on_chip memory. I am create component, make qsys design. And now have to many i am think simple questions about next step. Guys, pl...
Altera_Forum
Honored Contributor
10 years agoHi, kumanika.
You can create an on chip memory using MegaWizard or IP catalog, then you can access the memory using the common way. If you have to use the Qsys to create an on chip memory, you need not to create your own "avwrite_0" component, just generate the RTL, then access the RTL generated by Qsys using Avalon-MM Write/Read, because the interface is Avalon-MM interface. You can read "Avalon Interface Specifications" to know how to use Avalon-MM interface. Best regards, zhang