Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow to get Data from a Verilogfile to the NIOS II Softcore
Hi i m using the NEEK Board and want to know if there is an Easy way to access the SRAM on it from Hard and Software. here the explain of my needs. The SRAM is initializiest in verilog and...
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.