This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AXI Read Transaction Dependencies

What if RVALID is asserted before the ARVALID and ARREADY, and also RREADY has been already asserted?

Parents
  • Simple, it's a protocol violation.

    "The slave must wait for both ARVALID and ARREADY to be asserted before it asserts RVALID to indicate
    that valid data is available.
    "

    A slave doesn't know what read data is being requested until it has completed the AR channel request handshake. Although in theory the slave could know what is being requested by sampling the ARVALID qualified request without asserting ARREADY, the protocol doesn't allow this, so what would happen is undefined and would depend on the master, slave and interconneting logic implementations.

Reply
  • Simple, it's a protocol violation.

    "The slave must wait for both ARVALID and ARREADY to be asserted before it asserts RVALID to indicate
    that valid data is available.
    "

    A slave doesn't know what read data is being requested until it has completed the AR channel request handshake. Although in theory the slave could know what is being requested by sampling the ARVALID qualified request without asserting ARREADY, the protocol doesn't allow this, so what would happen is undefined and would depend on the master, slave and interconneting logic implementations.

Children
No data