blob: 85f1a0dd9bf2ce4b39ffb4dc08aad3a2688058fb [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.5" \
has_branch_target_exception="1" \
bmcov_plugin="1" \
bmcov_plugin_path="${coverage_trace_plugin}" \
gen_model_params
model="$model" model_bin="FVP_Base_RevC-2xAEMvA" gen_fvp_yaml
}