• where can I find the detailed explanation of ARM PMU events?
    Two questions: 1. Where can I find the detailed explanation of ARM PMU events? 2. How to know the stall cycles for e.g. icache miss etc.? Thanks.
  • ARM Cortex-M0 Details
    I am doing my PhD in Computer engineering and have developed a processor which is similar to ARM Cortex M0. I have got the obfuscated code and tried to make the comparisons.  I was wondering if anyone...
  • Getting processor and cache details
    I work on software that needs to know the processor and cache details. On x86 systems it uses the CPUID instruction to know about the processor family/model (Skylake, Icelake etc) and cache details (total...
  • Branch Predictor detailed info
    Hi all, Is there any document related to the branch predictor algorithm utilized in the ARMV7 and ARMV8 and how the software (ABI) can be aptly developed ac-complying the same ?
  • M0: remove PMU/CG
    Hi, I am using Cortex-M0 DesignStart Pro. I want to port the Model to FPGA, where I do not need any clock gating or power management. Is there a way to remove the PMU completely? Best regards, LeChuck...