Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHi fannyfang,
The Cortex-A9 supports out-of-order execution. If you are executing a series of instructions that do not depend on the data from previous instructions, they may execute in an order other than what you have written in your code. You can read more about it in the TRM. Regards, Sue