Forum Discussion
Altera_Forum
Honored Contributor
16 years agoOne possible solution:
Add the SRAM interface to your SOPC builder system. This way, you can easily access it from NIOS. Then, convert your verilog in question to a custom SOPC builder component with an Avalon master port. The component can access the SRAM via this port. You may also want to add a slave port so that you can control the custom component from NIOS.