I'm trying to run example of ds-5 for armv8.
on this step, I can't find FVP_VE_Cortex-A57x4.so, could anyone tell me how to get ARMv8 model? and what's it? how to install it?
thanks very much
"On Linux hosts: ./model_shell <Install dir of ARMv8 model>/lib/FVP_VE_Cortex-A57x4.so -S"
Hi Zhizhou,
FVP_VE_Cortex-A53x4.so is just the name, in this case, cadi_system_Linux64-Debug-GCC-4.1.so equals to FVP_VE_Cortex-A53x4.so
you can run the command line "model_shell64 -m cadi_system_Linux64-Debug-GCC-4.1.so -S"
OK, I got it. Many thanks.