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