• Loop optimization ARM compiler flag in DS-5

    I am trying to use the --loop_optimization_level=opt flag with ARM compiler in DS-5 (Version 5.13). I am using the -03 and -0time flags. I am getting an error when I build my project. How do I pass the loop optimization flag in DS-5?

  • How to use Cortex-a53 FVP for AArch32 platform in DS-5?

    Hi all,
    I have downloaded Cortex-A53 FVP (Version-10.2). I am able to run code on AArch64 platform in DS-5 simulator. How to use this Cortex-A53 FVP to run on AArch32 ? What are the required settings for this? Can anyone help me on this.

    Thanks,
    Divya.

  • LD_RETIRED , ST_RETIRED Events not working

    Hi,

    I am tyring to get load count , store count and instrucion count  in AArch64 DS-5 by using ARM64 PMU Events LD_RETIRED , ST_RETIRED and INST_RETIRED.

    I am able to get instruction count , but not load and store count, please find the code and enums i used…