• WRAP burst address calculation in case of unaligned transfers (AXI3)
    Hello, can some one please explain the addresses generation in case of wrapping burst with unaligned addresses? Thanks in advance.
  • AXI3 write response dependencies
    Write Transaction dependencies define that WVALID and WREADY, both are asserted then BVALID can be asserted. So the issue can be raised there that what if AWVALID and AWREADY, both are deasserted (means...
  • AXI3 WRAP burst
    what is a sound reason to choose the only start_address that is aligned to the size of each transfer?
  • Write transfer in AXI3
    A master wants to initiate write transfers to two different slaves whose address ranges are consequtive can he choose to initiate write transfer starting in 1st slave address range and choose ASIZE and...
  • AXI3 locked access
    I want to know what happens in these scenarios : 1) Assume Master1 (M1) is doing locked access, if locked access fails before M1 does unlocking transaction what is the response to the M1? 2) Assume M1...