john_cooper
Newbie
Hi all
In fixed burst in AXI my testcase has the following field values:
How do you implement the testcase to read back the first written data for a FIXED burst with multiple transfers?
This works fine for single transfer.
In fixed burst in AXI my testcase has the following field values:
Since the FIXED has a same address for three transfers in a burst it writes the data in first transfer and the rest of the two transfers has 'h0 being sent. While reading back it read back ZERO.length=3 (three transfers)
addrs = 'h100
wr_Data=abcd_dcba
kind=fixed
size= sixteen_words (512 per transfer)
How do you implement the testcase to read back the first written data for a FIXED burst with multiple transfers?
This works fine for single transfer.
Last edited by a moderator: