We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb658f9 commit b387ef2Copy full SHA for b387ef2
examples/arm/run.sh
@@ -135,6 +135,7 @@ function run_fvp() {
135
elf=$(find ${script_dir}/executor_runner -name "${elf_name}")
136
[[ ! -f $elf ]] && { echo "[${FUNCNAME[0]}]: Unable to find executor_runner elf: ${elf}"; exit 1; }
137
FVP_Corstone_SSE-300_Ethos-U55 \
138
+ -C cpu0.CFGITCMSZ=11 \
139
-C ethosu.num_macs=128 \
140
-C mps3_board.visualisation.disable-visualisation=1 \
141
-C mps3_board.telnetterminal0.start_telnet=0 \
0 commit comments