blob: 254408ccb7930d32a44b1f469ff3de17e996c875 [file] [log] [blame]
Manish V Badarkhe89370562020-09-17 05:45:20 +01001#!/usr/bin/env bash
2#
laurenw-armafdc3bc2022-09-14 15:31:42 -05003# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
Manish V Badarkhe89370562020-09-17 05:45:20 +01004#
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-A78"
Manish V Badarkhe89370562020-09-17 05:45:20 +01009
10# Option not supported on A78 FVP yet.
11export no_quantum=""
12
13source "$ci_root/model/fvp_common.sh"
Chris Kaye6a6ec82023-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