• Cortex-A9 Branch prediction to speculative execution
    Hi, I am building a cycle accurate simulator for the Cortex-A9 core, and so far I constructed most of the stages of the pipeline. However I am having trouble placing something that is not clear in any...
  • Cortex-A9 Branch prediction to speculative execution
    Hi, I am building a cycle accurate simulator for the Cortex-A9 core, and so far I constructed most of the stages of the pipeline. However I am having trouble placing something that is not clear in any...
  • rd/wr Speculation on TZC400 controller
    Hi, I'm looking at TZC400 datasheet and it shows that the controller enables fastpath using read speculations. However, you can disable/enable both the read and write speculation in the speculation...
  • Speculative data fetching on ARMv7-M
    I am working with an ARMv7-M with a cache and trying to workout how the Speculative data fetching works or at least understand it. The only documentation I can find for it is a small section in ARM...
  • Speculative execution/loads on Cortex-A5
    Hello. I just found some information about speculative execution and speculative loads/cache line-fills on some ARM processors. Unfortunately I wasn't able to find if any of these present on Cortex-A5...