blob: 8a30f1951e4c9bd61788d91416a320ccd620394c [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2023, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
generate_lava_job() {
local model="base-aemv8a"
model="$model" arch_version="8.7" has_brbe="1" has_trbe="1" bmcov_plugin="1" \
bmcov_plugin_path="${coverage_trace_plugin}" \
gen_model_params
model="$model" gen_fvp_yaml
}