blob: 4a8a81b0ad265a54476c229ddea7e9325826332d [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
8post_fetch_tf_resource() {
9 local model="tc2"
10
11 model="tc2" \
12 model_version="11.18" \
13 model_build="17" \
14 gen_model_params
15 set_run_env "ports_script" "$ci_root/model/tc-ports.awk"
Sandrine Bailleux67bf6502022-09-07 15:41:18 +020016 set_run_env "num_uarts" "3"
Rupinderjit Singh385f17d2022-07-18 20:28:10 +010017 uart="1" set_expect_variable "num_cpus" "8"
18 model="$model" gen_fvp_yaml
19}