blob: f11c6bc073cee84f3586458794e10ff407f56ca2 [file] [log] [blame]
Bipin Ravif924efc2021-03-22 16:08:33 -05001#!/usr/bin/env bash
2#
Chris Kay4e8aaf12022-09-01 15:21:55 +01003# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
Bipin Ravif924efc2021-03-22 16:08:33 -05004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
Chris Kay4e8aaf12022-09-01 15:21:55 +01008generate_lava_job() {
9 local model="cortex-a710"
Bipin Ravif924efc2021-03-22 16:08:33 -050010
Bipin Ravif924efc2021-03-22 16:08:33 -050011 uart="0" set_expect_variable "num_cpus" "4"
Chris Kay4e8aaf12022-09-01 15:21:55 +010012
Chris Kay4a185bb2023-09-13 18:09:01 +000013 model="$model" cache_state_modelled="0" cluster_0_num_cores="4" \
14 gen_model_params
Bipin Ravif924efc2021-03-22 16:08:33 -050015 model="$model" gen_fvp_yaml
16}