"Hi , I had recently installed DS5 and ran the matric multiplication application from SVE examples , since I had chosen the N1 as the FVP environment, I observed the vector length was 8 x 64 bits(since application had float 64 as datatype) = 512 bits. I am exploring more on how to force to use the predicate register to utilize the 2048 bits in SVE2 platforms "
My knowledge of DS-5/Arm DS is a little out of date I'm afraid. But I know you can download the AEM standalone from this page:
https://developer.arm.com/downloads/-/arm-ecosystem-models
You want the model called "Armv-A Base RevC AEM FVP". This is a "generic" model, rather than a model of a specific processor. That means you have greater freedom in configuring it. You will need to set the desired max vector length using a parameter when you launch the model (the parameter is called "veclen").More info here:
https://developer.arm.com/documentation/100964/1119/Plug-ins-for-Fast-Models/ScalableVectorExtension/ScalableVectorExtension-parameters?lang=en
And:https://developer.arm.com/documentation/100964/1119/Fast-Models-components/Core-components/AEMvACT