Manish V Badarkhe | e478383 | 2021-02-22 14:36:56 +0000 | [diff] [blame^] | 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # Copyright (c) 2021, Arm Limited. All rights reserved. |
| 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
| 8 | set_model_path "$warehouse/SysGen/Models/0.0/6415/external/models/$model_flavour/FVP_Base_AEMv8A-GIC600AE" |
| 9 | |
| 10 | default_var sve_plugin_path "$warehouse/SysGen/PVModelLib/0.0/6415/external/plugins/$model_flavour/sve2-HEAD/ScalableVectorExtension.so" |
| 11 | |
| 12 | source "$ci_root/model/base-aemva-common.sh" |
| 13 | |
| 14 | cat <<EOF >>"$model_param_file" |
| 15 | -C gic_iri.reg-base-per-redistributor=0.0.0.0=0x2f100000,0.0.0.1=0x2f120000,0.0.0.2=0x2f140000,0.0.0.3=0x2f160000,0.0.1.0=0x2f180000,0.0.1.1=0x2f1a0000,0.0.1.2=0x2f1c0000,0.0.1.3=0x2f1e0000 |
| 16 | EOF |