This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where can I find the cortex-A7 related 8 stages pipeline docments?

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?

Parents
  • 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

Reply
  • 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

Children