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

Cortex A9 errata Arm reference 761319

Parents
  • Note: This was originally posted on 1st December 2011 at http://forums.arm.com

    Chandra,

    Your code doesn't appear to be exercising the issue in the document you reference, this requires the same variable/memory location to be used for all accesses.
    You are writing to and reading from two separate locations, which in normal memory is never guaranteed to be appear ordered without barriers or appropriate address/control hazards.

    hth
    s.
Reply
  • Note: This was originally posted on 1st December 2011 at http://forums.arm.com

    Chandra,

    Your code doesn't appear to be exercising the issue in the document you reference, this requires the same variable/memory location to be used for all accesses.
    You are writing to and reading from two separate locations, which in normal memory is never guaranteed to be appear ordered without barriers or appropriate address/control hazards.

    hth
    s.
Children
No data