blob: d63748b879016576f10e88c71d40892c8f6f01ec [file] [log] [blame]
Rupinderjit Singh385f17d2022-07-18 20:28:10 +01001#!/usr/bin/env bash
2#
3# Copyright (c) 2022, Arm Limited. All rights reserved.
4#
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"
Sandrine Bailleux67bf6502022-09-07 15:41:18 +020014 set_run_env "num_uarts" "3"
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}