johpow01 | 1008edc | 2022-02-01 18:50:33 -0600 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # Copyright (c) 2022, Arm Limited. All rights reserved. |
| 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
Govindraj Raja | 8962c45 | 2024-06-04 14:50:28 -0500 | [diff] [blame] | 8 | set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Cortex-X2" |
johpow01 | 1008edc | 2022-02-01 18:50:33 -0600 | [diff] [blame] | 9 | |
| 10 | source "$ci_root/model/fvp_common.sh" |
Chris Kay | 30120b3 | 2023-01-31 16:43:49 +0000 | [diff] [blame] | 11 | |
| 12 | cat <<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 Kay | 99166f0 | 2023-09-25 16:26:30 +0000 | [diff] [blame] | 17 | |
Govindraj Raja | 8962c45 | 2024-06-04 14:50:28 -0500 | [diff] [blame] | 18 | -C cluster0.NUM_CORES=4 |
| 19 | |
Paul Sokolovsky | 7298d79 | 2024-05-02 14:35:04 +0700 | [diff] [blame] | 20 | -C pctl.use_in_cluster_ppu=true |
| 21 | -C cluster0.core_power_on_by_default=false |
Chris Kay | 30120b3 | 2023-01-31 16:43:49 +0000 | [diff] [blame] | 22 | EOF |
Paul Sokolovsky | 7298d79 | 2024-05-02 14:35:04 +0700 | [diff] [blame] | 23 | #-C pctl.use_in_cluster_ppu=true - Needed since 11.22 to respect pctl.startup |
| 24 | #-C cluster0.core_power_on_by_default=false - Needed since 11.22 to respect pctl.startup |