blob: aedd6a52c0b53d1bf7992680d32e2f58bdb97750 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019-2022, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
generate_lava_job() {
local model="foundationv8"
uart="0" set_expect_variable "num_cpus" "4"
model="$model" \
bmcov_plugin_path="${coverage_trace_plugin}" \
bmcov_plugin="1" \
gen_model_params
model="$model" gen_fvp_yaml
}