Forum Discussion
Altera_Forum
Honored Contributor
14 years agoInterfacing custom module with Nios II
Hello, I have written an AES-128 Encryption module in SystemVerilog, and instead of just flashing it onto the DE2-115 board, and having it show results on LED/7-Segment's etc, I want to connect...
Altera_Forum
Honored Contributor
14 years agoOK great, I think im going to go the Avalon route...it sounds better!
I have found and downloaded this .zip http://www.altera.com/support/examples/nios2/exm-avalon-memory-slave.html#figure1 I am a bit confused as to what to do with it, and have done some reading and have opened the .V to see you can edit data width parameters etc, and there are up to 16 user input/outputs. Do I edit the names of the user inputs/outputs, or simply in that .v file just instantiate my AES module and connect up the inputs/outputs I need? Sorry for being a noob :(