Where can I find the cortex-A7 related 8 stages pipeline docments?
I have found some docments about this but all are too brief, so I want ask where can I find the detailed docments?
ARM doesn't generally release detailed documentation about the pipelining of the Cortex-A processors publicly; it's not something which is generally useful to software developers. The best source of public low-level knowledge tends to be open-source compilers, such as GCC or LLVM.
What problem are you trying to solve? If you have a specific issue we can probably help.
HTH, Pete
Thanks very much, and can you give me some link to the related website?