blob: de05f7a5abf46b16a51a02705bdd8131559dc928 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2022, 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" \
gen_model_params
model="${model}" model_bin="FVP_Base_RevC-2xAEMvA" gen_fvp_yaml
}