Forum Discussion
Altera_Forum
Honored Contributor
17 years agoexposing ports outside of SOPC
Good Afternoon Sorry but I am new to NIOS and SOPC builder. But I am trying to create a two port memory where one port is connected to the NIOS using AValong-mm so I can read and write to the ...
Altera_Forum
Honored Contributor
17 years agoWhat you need to do is create an avalon master port and export it outside of SoPC builder. The easiest way to do this is to create a new component using the component wizard. Use the "Templates" to create a new Avalon Memory Mapped Master template. Because the component is not based on HDL, it will automatically export the signals outside SoPC Builder. You should create a master with a 32-bit address bus and a 32-bit data bus. It is your responsibility to make sure you address slave components on the bus correctly.
Jake