Skip to content

Commit b387ef2

Browse files
committed
Add FVP option to increase ITCM
Signed-off-by: Rob Elliott <robert.elliott@arm.com>
1 parent bb658f9 commit b387ef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/arm/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ function run_fvp() {
135135
elf=$(find ${script_dir}/executor_runner -name "${elf_name}")
136136
[[ ! -f $elf ]] && { echo "[${FUNCNAME[0]}]: Unable to find executor_runner elf: ${elf}"; exit 1; }
137137
FVP_Corstone_SSE-300_Ethos-U55 \
138+
-C cpu0.CFGITCMSZ=11 \
138139
-C ethosu.num_macs=128 \
139140
-C mps3_board.visualisation.disable-visualisation=1 \
140141
-C mps3_board.telnetterminal0.start_telnet=0 \

0 commit comments

Comments
 (0)