• In case of AXI4 lite protocol,what is the relation between BValid signal and Wvalid signal?
    In case of AXI4 lite protocol,whether BValid should be asserted before WVALID signal deassertion? what is the legal case?
  • 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
  • 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. ...
  • AXI Protocol -  Strobe Signal Value
    how to calculate the value of strobe signal in axi?
  • AXI transaction failure
    Hello everyone, I'm pretty new to axi and i still try to figure things out. I'm using Zybo device and created a custom ip with a master and a slave interfaces. I have create design as you can see in...