Altera_Forum
Honored Contributor
19 years agoAvalon Master/Slave Interface Problem
I have created an Avalon Master Writer and an Avalon Slave Writer in Verilog. I believe I am properly adhering to the timing diagrams described in the Avalon Bus Specification for both modules. Both modules use a 16-bit wide data interface.
I am able to debug the interface signals using a logic analyzer with my hardware. I can see the Master address and data signals as well as the Slave address, data, chipselect, and write signals. Up to this point, I have observed the Master's address and data to be functioning properly. I have also observed the Slave's chipselect, write, and address signals to be functioning properly. However, the data signals on the Slave side are not changing or matching the Master's data signals. All the data signals are being pulled low. I changed my debug signals to make sure that there are no errors with my logic analyzer or how I am bringing the data signals out the scope; no problems there. it seems as if the Master Data signals are not even connected to the Slave Data signals. Anybody else have any issues relating to Avalon Slaves not being able to receive data from a Master? thanks, Joe