blob: 7d111e27e7612ebbb6b9d78e7cd1273a192fb0d9 [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
Govindraj Raja268a2be2024-07-01 14:31:31 -050011 uart="0" set_expect_variable "num_cpus" "8"
Chris Kay4e8aaf12022-09-01 15:21:55 +010012
Chris Kay9652b962023-09-26 16:27:24 +020013 model="$model" cache_state_modelled="0" gen_model_params
Bipin Ravif924efc2021-03-22 16:08:33 -050014 model="$model" gen_fvp_yaml
15}