Govindraj Raja | 1d208f7 | 2025-02-11 12:20:32 -0600 | [diff] [blame^] | 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # Copyright (c) 2025, Arm Limited. All rights reserved. |
| 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
| 8 | set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Cortex-X925" |
| 9 | |
| 10 | source "$ci_root/model/fvp_common.sh" |
| 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 |
| 17 | |
| 18 | -C pctl.use_in_cluster_ppu=true |
| 19 | -C cluster0.core_power_on_by_default=false |
| 20 | EOF |