blob: 85f1a0dd9bf2ce4b39ffb4dc08aad3a2688058fb [file] [log] [blame]
mardyk01b5002ac2023-07-21 17:11:14 -05001#!/usr/bin/env bash
2#
3# Copyright (c) 2023, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8generate_lava_job() {
9 local model="base-aemv8a"
10
11 model="$model" \
12 arch_version="8.5" \
13 has_branch_target_exception="1" \
14 bmcov_plugin="1" \
15 bmcov_plugin_path="${coverage_trace_plugin}" \
16 gen_model_params
17
18 model="$model" model_bin="FVP_Base_RevC-2xAEMvA" gen_fvp_yaml
19}