blob: c7cdaa08c9e51a1647eb02ce54c7238259121dbf [file] [log] [blame]
Rupinderjit Singh385f17d2022-07-18 20:28:10 +01001#!/usr/bin/env bash
2#
Manish V Badarkhedb929832024-01-29 19:56:01 +00003# Copyright (c) 2022-2024, Arm Limited. All rights reserved.
Rupinderjit Singh385f17d2022-07-18 20:28:10 +01004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
Chris Kay4e8aaf12022-09-01 15:21:55 +01008generate_lava_job() {
Rupinderjit Singh385f17d2022-07-18 20:28:10 +01009 local model="tc2"
10
Chris Kay4e8aaf12022-09-01 15:21:55 +010011 uart="1" set_expect_variable "num_cpus" "8"
12
Rupinderjit Singh385f17d2022-07-18 20:28:10 +010013 set_run_env "ports_script" "$ci_root/model/tc-ports.awk"
Manish V Badarkhedb929832024-01-29 19:56:01 +000014 set_run_env "num_uarts" "4"
Chris Kay4e8aaf12022-09-01 15:21:55 +010015
laurenw-armafdc3bc2022-09-14 15:31:42 -050016 model="$model" gen_model_params
Rupinderjit Singh385f17d2022-07-18 20:28:10 +010017 model="$model" gen_fvp_yaml
18}