You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo" --pte=<PTE_FILE> pte file (genrated by the aot_arm_compier from the model to include in the elf"
33
34
echo" --target=<TARGET> Target to build and run for Default: ${target}"
34
35
echo" --build_type=<TYPE> Build with Release, Debug or RelWithDebInfo, default is ${build_type}"
35
-
echo" --system_config=<CONFIG> System configuration to select from the Vela configuration file (see vela.ini). Default: Ethos_U55_High_End_Embedded for EthosU55 targets, Ethos_U85_SYS_DRAM_Mid for EthosU85 targets."
36
-
echo" NOTE: If given, this option must match the given target. This option also sets timing adapter values customized for specific hardware, see ./executor_runner/CMakeLists.txt."
37
36
echo" --bundleio Support both pte and Bundle IO bpte using Devtools BundelIO with Input/RefOutput included"
37
+
echo" --system_config=<CONFIG> System configuration to select from the Vela configuration file (see vela.ini). Default: Ethos_U55_High_End_Embedded for EthosU55 targets, Ethos_U85_SYS_DRAM_Mid for EthosU85 targets."
38
+
echo" NOTE: If given, this option must match the given target. This option along with the memory_mode sets timing adapter values customized for specific hardware, see ./executor_runner/CMakeLists.txt."
39
+
echo" --memory_mode=<CONFIG> Vela memory mode, used for setting the Timing Adapter parameters of the Corstone platforms."
40
+
echo" Valid values are Shared_Sram(for Ethos-U55, Ethos-U65, Ethos-85), Sram_Only(for Ethos-U55, Ethos-U65, Ethos-U85) or Dedicated_Sram(for Ethos-U65, Ethos-U85)."
41
+
echo" Default: Shared_Sram for the Ethos-U55 and Sram_Only for the Ethos-U85"
38
42
echo" --etdump Adds Devtools etdump support to track timing, etdump area will be base64 encoded in the log"
39
43
echo" --extra_build_flags=<FLAGS> Extra flags to pass to cmake like -DET_ARM_BAREMETAL_METHOD_ALLOCATOR_POOL_SIZE=60000 Default: none "
echo"Build Arm Baremetal executor_runner for ${target} with ${pte_file} using ${system_config}${extra_build_flags} to '${output_folder}/cmake-out'"
108
+
echo"Build Arm Baremetal executor_runner for ${target} with ${pte_file} using ${system_config}${memory_mode}${extra_build_flags} to '${output_folder}/cmake-out'"
0 commit comments