VHT_Corstone_SSE-300_Ethos-U55 -V "..\VSI\audio\python" -f vht_config.txt -a Objects\microspeech.axf --stat --cyclelimit 768000000
VHT_MPS2_Cortex-M4
VHT_MPS2_Cortex-M33
..\VSI\audio\python
vht_config.txt
Warning: parameter error: 'core_clk.mul': parameter not found In file: /tmp/plgbuild/abs_build/1077502_57244/trunk/work/fastsim/Framework/scx/SCXExportedVirtualSubsystem.cpp:637 Info: /OSCI/SystemC: Simulation stopped by user. Error: configuration file error: fvp_config.txt:4: Could not set parameter 'cpu_core.core_clk.mul' In file: /tmp/plgbuild/abs_build/1077502_57244/trunk/work/fastsim/Framework/scx/SCXSimulationEngine.cpp:6036
M4
M33
This parameter file is specific for the Corstone-300. You can use the --list-params option to see equivalent options for other VHT systems. However I think you can just ignore this file and the code will still execute.You can also make the settings therein explicitly on the command line with -C parameter=value. I see the config file has the option to disable visualization of the FVP. The equivalent option for this with the VHT_MPS2* models is -C fvp_mps2.mps2_visualisation.disable-visualisation=1. Using this just allows the instantiation of the model to proceed faster, without any loss of information (the microspeech example does not use the LCD or LEDs of the board).