blob: 680e67040227c15efe6558eee8124458d11fd57a [file] [log] [blame]
mardyk01b5002ac2023-07-21 17:11:14 -05001#!/usr/bin/env bash
2#
3# Copyright (c) 2023, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8generate_lava_job() {
9 local model="cortex-a35x4"
10
11 uart="0" set_expect_variable "num_cpus" "4"
12
13 model="$model" bmcov_plugin="1" \
14 bmcov_plugin_path="${coverage_trace_plugin}" \
15 gen_model_params
16 model="$model" gen_fvp_yaml
17}