Manish V Badarkhe | 8937056 | 2020-09-17 05:45:20 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # Copyright (c) 2020, Arm Limited. All rights reserved. |
| 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
laurenw-arm | f414aba | 2021-04-26 15:58:56 -0500 | [diff] [blame] | 8 | set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Cortex-A78x4" |
Manish V Badarkhe | 8937056 | 2020-09-17 05:45:20 +0100 | [diff] [blame] | 9 | |
| 10 | # Option not supported on A78 FVP yet. |
| 11 | export no_quantum="" |
| 12 | |
| 13 | source "$ci_root/model/fvp_common.sh" |