Read from a register that does not have all 0s as a default
to verify that the interface is functional. Output S_AXI_CTRL_ARREADY
asserts when the read address is valid, and output S_AXI_CTRL_RVALID
asserts when the read data/response is valid. If the interface is unresponsive, ensure that
the following conditions are met:
- The
S_AXI_CTRL_ACLKinput is connected and toggling. - The interface is not being held in reset, and
S_AXI_CTRL_ARESETNis an active-Low reset. - The main core clock
LMB_Clkis toggling and that the enables are also asserted. - If the simulation has been run, verify in simulation and/or a Vivado debug capture that the waveform is correct for accessing the AXI4-Lite interface.