| 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 | |||||
| 8 | set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Cortex-X2x4" | ||||
| 9 | |||||
| 10 | source "$ci_root/model/fvp_common.sh" | ||||