Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCan't Read Data from Custom componet (Avalon mm)
I had associated a custom component (A variation of the DCFIFO example available in AN 473) to my NIOS 2 System. I use the Avalon MM (Slave) Interface whit the current signals: Readdata (32bits...
Altera_Forum
Honored Contributor
15 years agoLuirro had posted a new verilog code that implements the smaller avalon mm slave device that we can make.
This is the HDL: pastebin.com/yMBeTWPz We conect it to the sopc, assigning the following pins: Clk ==> clk_sink irq_port ==> interrupt sender ==> irq data_o ==> Avalon_Slave ==> readdata read_i ==> Avalon_Slave ==> read We have declare the ISR, but nothing happens, if we force the reading, only zeros again... The componet works perfect. Any ideas? Jairo