blob: 8fa0a2082478b840eb54cdea82ac086767d34254 [file] [log] [blame]
Bipin Ravif924efc2021-03-22 16:08:33 -05001#!/usr/bin/env bash
2#
laurenw-armafdc3bc2022-09-14 15:31:42 -05003# Copyright (c) 2021-2022 Arm Limited. All rights reserved.
Bipin Ravif924efc2021-03-22 16:08:33 -05004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
Chris Kay9652b962023-09-26 16:27:24 +02008set_model_path "$warehouse/SysGen/Models/$model_version_11_17/$model_build_11_17/external/models/$model_flavour_11_17/FVP_Base_Cortex-A710x4"
Bipin Ravif924efc2021-03-22 16:08:33 -05009
10source "$ci_root/model/fvp_common.sh"
Chris Kay30120b32023-01-31 16:43:49 +000011
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
Chris Kay99166f02023-09-25 16:26:30 +000017
Paul Sokolovsky7298d792024-05-02 14:35:04 +070018-C pctl.use_in_cluster_ppu=true
19-C cluster0.core_power_on_by_default=false
Chris Kay30120b32023-01-31 16:43:49 +000020EOF
Paul Sokolovsky7298d792024-05-02 14:35:04 +070021#-C pctl.use_in_cluster_ppu=true - Needed since 11.22 to respect pctl.startup
22#-C cluster0.core_power_on_by_default=false - Needed since 11.22 to respect pctl.startup