Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSharing memory: Nios and HDL-module
Hi All! I need to share SRAM between nios II and HDL-module. What component I need in SOPC? I have a hand-made component Bridge to SRAM (MM slave- MM tristate master) and MM Tristate slave comp...
Altera_Forum
Honored Contributor
14 years agoAvalon arbitration is explained in sopc user guide:
http://www.altera.com/literature/ug/ug_sopc_builder.pdf Arbitration logic is embedded in the Avalon system interconnection fabric. The arbiter holds a master with the waitrequest signal, so you only need to check this signal. You don't manage request/grant signals like in a classic shared bus architecture. lock is only used to prevent arbiter from interrupting bursts and granting access to another master.