blob: 6e53e9afd4d43b2df90247720047779f18a6956c [file] [log] [blame]
Juan Pablo Conded52a4752023-03-21 14:52:10 -05001#!/usr/bin/env bash
2#
3# Copyright (c) 2023, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Cortex-A78AE"
9
10# Option not supported on A78AE FVP yet.
11export no_quantum=""
12
13source "$ci_root/model/fvp_common.sh"
14
15cat <<EOF >>"${model_param_file}"
16-C bp.terminal_0.start_port=5000
17-C bp.terminal_1.start_port=5001
18-C bp.terminal_2.start_port=5002
19-C bp.terminal_3.start_port=5003
20EOF