blob: 012d934fcee89810d8ec4c0dc2704ca2e28ffded [file] [log] [blame]
laurenw-arm06c4a192022-07-12 14:55:28 -05001#!/usr/bin/env bash
2#
3# Copyright (c) 2022, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
laurenw-armafdc3bc2022-09-14 15:31:42 -05008set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Cortex-A78C"
laurenw-arm06c4a192022-07-12 14:55:28 -05009
10# Option not supported on A78C FVP yet.
11export no_quantum=""
12
13source "$ci_root/model/fvp_common.sh"
Chris Kay30120b32023-01-31 16:43:49 +000014
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