Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCustom instruction to access SDRAM
Hi, I'm inexperienced with FPGA's. I want to implement a custom instruction, which calculates an SDRAM address and writes something into. I use NIOS II e and SDRAM controller IP. My question...
Altera_Forum
Honored Contributor
13 years agoI believe what you would like to do can be accomplished with a single new IP component which has two interfaces:
- A custom instruction slave connected to the NIOS
- An Avalon-MM Master connected to the SDRAM controller (or, any bridge you have in front of the SDRAM controller)