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 problem

Hi All
I have two questions.
Q1:
is it ok that WVALID , WREADY and BVALID assert at the same cycle?
Thanks!

Q2: what is different between  out of order and data interleaving ?
Thanks!

Parents
  • In AXI3 this could occur in both read and write transactions, but in AXI4 this is not supported for write transactions. "Out of order" simply means that the transactions can end in a different order to that they were requested by the master.

Reply
  • In AXI3 this could occur in both read and write transactions, but in AXI4 this is not supported for write transactions. "Out of order" simply means that the transactions can end in a different order to that they were requested by the master.

Children