• Handshaking for the write data channel
    i am writing a verification code for handshaking. i want to assert the WVALIDin same ACLK cycle where the WVALIDis deasserted due to detecting the corresponding WREADY from the slave. please give me...
  • AXI data channel
    After the data transfers in a burst are over on the data channel, let us say the response gets delayed on the write response channel. During this waiting for response interval, are the data transfers...
  • AXI WRITE DATA CHANNEL
    Hi All, I am doing single write operation to AXI slave from avalon BFM. The data and address signals are reached into the axi slave.But if i am try to read back the data which i have written in the...
  • AXI handshake between AW/AR-READY and B/R-RESP
    In AXI Write how the handshake between AW channel and B channel is taken care. Standard says that "the slave must wait for both WVALID and WREADY to be asserted before asserting BVALID" Does that...
  • Question about AXI Exclusive Access Process
    Let's think about the case that a master issues a exclusive write transaction to a slave. On the AXI Specifiaction document, it says that if the slave doesn't support "Exclusive Accesss", then it will...