blob: 8a30f1951e4c9bd61788d91416a320ccd620394c [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" arch_version="8.7" has_brbe="1" has_trbe="1" bmcov_plugin="1" \
12 bmcov_plugin_path="${coverage_trace_plugin}" \
13 gen_model_params
14 model="$model" gen_fvp_yaml
15}