blob: 4030ffc1f8f8a3c2491808682a29a699adc76721 [file] [log] [blame]
laurenw-arm06c4a192022-07-12 14:55:28 -05001#!/usr/bin/env bash
2#
3# Copyright (c) 2022, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
laurenw-armafdc3bc2022-09-14 15:31:42 -05008set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Cortex-A78C"
laurenw-arm06c4a192022-07-12 14:55:28 -05009
10# Option not supported on A78C FVP yet.
11export no_quantum=""
12
13source "$ci_root/model/fvp_common.sh"