• AXI4-lite :Wready dependency on Awvalid and Wvalid
    In specification it is mentioned that WREADY signal can wait for AWVALID and WVALID signals. Does it mean that WREADY signal should be asserted only after assertion of AWVALID and WVALID signals. ...
  • Is there relation between the de-assertion of BVALID and BREADY signals ?
    Hi, I am aware that like other channels, the handshaking signals of the Write Response can assert in any order (that means BVALID and BREADY can assert either together at the same clock edge of one...
  • Write strobe for AXI4 lite
    what are the possible values of strobe for a half word transfer in AXI4 lite? Are these following values on WSTRB valid ? -1001 -0101 -1010
  • AXI-lite tlast signal missing and tready behavioral
    Dear Forum, Can someone please clarify my 2 questions: a) Why in AXI lite protocol there is no tlast port? Mainly AXI lite consists of AXI-stream protocols, but there is no tlast port...
  • AXI WVALID before AWVALID
    what happen if WVALID asserted before AWVALID ??