blob: cb6743452e8e641cb4f261501c0ae5afb1f5c529 [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-aemva"
10
11 model="$model" aarch32="1" bmcov_plugin="1" \
12 bmcov_plugin_path="${coverage_trace_plugin}" \
13 gen_model_params
14 model="$model" gen_fvp_yaml
15}