Altera_Forum
Honored Contributor
14 years agoConnection between Hardware and NIOS II (Bridges, Streaming)
Hello!
I am searching for a fast method to transfer data produced in the Verilog hardware to the NIOS II processor. My ideas are:- Using Avalon-MM Slave and Avalon-MM Master in the SOPC builder, but I don't know how they work; I can't even find the Avalon-MM Slave in SOPC builder :(
- Filling the SRAM with bits (controlled by the Hardware) then transfer the SRAM control to the NIOS II, maybe through a tri-state-bridge or high z-states??