blob: 7314f5a60f25d258d1dd308cef9bb81f7c3bc6e0 [file] [log] [blame]
Manish V Badarkhe89370562020-09-17 05:45:20 +01001#!/usr/bin/env bash
2#
laurenw-armafdc3bc2022-09-14 15:31:42 -05003# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
Manish V Badarkhe89370562020-09-17 05:45:20 +01004#
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_Neoverse-V1"
Manish V Badarkhe89370562020-09-17 05:45:20 +01009
10# Option not supported on Neoverse FVP yet.
11export no_quantum=""
12
13source "$ci_root/model/fvp_common.sh"