Quick Links
AXI4 Write Transactions
#1
Posted 23 April 2012 - 07:14 AM
1. It is possible to get Write Data on Write Data Channel from AXI4 Master before it's corresponding Write Address on Write Address channel. Is it correct or not?
2. As I am not using AXI transaction IDs, Is it possible that AXI4 master can send multiple Write Addresses prior to sending corresponding write data for those addresses?
3. Is it possible to get second burst of write data on write data channel from AXI4 Master even before response for first burst of write data has not been sent to AXI4 Master by AXI4 Slave?
Thanks & Regards,
Tejas
#2
Posted 23 April 2012 - 10:17 AM
引用框(TEJ @ 23 April 2012 - 07:14 AM)
Yes.
引用
Yes, provided that ordering restrictions are obeyed.
引用
Yes. Like above, transfers from transactions w/o IDs (or the same ID) must occur in order, but they can still overlap. Since the transaction lengths are known, the slave can associate transfers to a particular transaction.
Regards
Marcus
#3
Posted 23 April 2012 - 12:33 PM















