We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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"
Martin, thanks for reply.
I have got a license of A53 of fast model. but after I build the project from example. the fastmodel only generate there files, that I didn't see FVP_VE_Cortex-A53x4.so in them:
~/FastModels/FastModelsPortfolio_8.3/examples/FVP_VE/Build_Cortex-A53x4$ ls Linux64-Debug-GCC-4.1/ cadi_system_Linux64-Debug-GCC-4.1.so gen libarmctmodel.so libSDL-1.2.so.0.11.2 FVP_VE_Cortex_A53x4_Linux64-Debug-GCC-4.1_Makefile.sg isim_system libMAXCOREInitSimulationEngine.so.2
~/FastModels/FastModelsPortfolio_8.3/examples/FVP_VE/Build_Cortex-A53x4$ ls Linux64-Debug-GCC-4.1/
cadi_system_Linux64-Debug-GCC-4.1.so gen libarmctmodel.so libSDL-1.2.so.0.11.2
FVP_VE_Cortex_A53x4_Linux64-Debug-GCC-4.1_Makefile.sg isim_system libMAXCOREInitSimulationEngine.so.2
Could you tell me how to build FVP_VE_Cortex-A53x4.so? thanks
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.