I'm reading section A6.4 "Slave ordering" of AXI standard, but I don't quite understand what the word "observed" mean in the standard text:
A6.4 Slave ordering
To meet the requirements of the ordering model, a slave must ensure that:
• Any write transaction for which it has issued a response must be observed by any subsequent write or read transaction, regardless of the transaction IDs.
•Any write transaction to Device memory must be observed by any subsequent write to Device memory with the same ID, even if a response has not yet been issued
Can you give me an explanation, preferably with a concrete example? Thanks.