Basically the title. I am trying to do a verification on an AXI4Lite protocol. If I try to send a read request to the same address multiple times the RVALID is not re-asserted. Correct data just remains on the RDATA channel.
Sidebar question: Assume 32-bit address width and 32-bit data width. Do I need to be writing to address locations that are 4 locations apart (e.g. 0x00000000, 0x00000004...)?