blob: 19473fce3d21eb7043329cb2f66be4993b71d514 [file] [log] [blame]
Govindraj Raja1d208f72025-02-11 12:20:32 -06001#!/usr/bin/env bash
2#
3# Copyright (c) 2025, 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-X925"
9
10source "$ci_root/model/fvp_common.sh"
11
12cat <<EOF >>"${model_param_file}"
13-C bp.terminal_0.start_port=5000
14-C bp.terminal_1.start_port=5001
15-C bp.terminal_2.start_port=5002
16-C bp.terminal_3.start_port=5003
17
18-C pctl.use_in_cluster_ppu=true
19-C cluster0.core_power_on_by_default=false
20EOF