IF write or read reordering depth is 4, does this mean that the transaction coming with ARIDs for ex 3, 2, 1, 0 can be re ordered and give response for 0,1,2,3 in this order ?
what is the case when reordering depth is 1?...like above case example why it completes in order?
if there 10 transactions and depth(read or write reordering) is 4 then what happens?...…. i am thinking like first any 4 four transactions will be reordered and again in pending (6) transactions 4 will be reordered? is it correct?