Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow to Connect to SOPC Avalong Bus from outside of SOPC
I'm using the SDRAM with Nios and SOPC, but I also need to write to the SDRAM via logic that is outside the SOPC. How is this typically done? I'm assuming I would need to create a peripheral ...
Altera_Forum
Honored Contributor
16 years agoMarkus, I would advise to write your own Avalon master controller instead, and put it along with the SDRAM controller in your SOPC system. SOPC builder will automatically add some arbitration logic, and this solution would be easier to write, test, maintain, and re-use.