blob: 27a5e8cc10f43a99c53b38120752c572fa243f24 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelaleme9e81482020-07-10 15:18:46 -05002#
3# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8# data_instance must be set to cluster0.cpu0.thread0 because the model does not accept --data
9# parameter on the default cluster0.cpu0 instance.
10
11post_fetch_tf_resource() {
Leonardo Sandoval00ced1f2020-12-07 12:55:08 -060012 local model="cortex-a65x4"
Leonardo Sandovalfec58172020-10-27 11:35:26 -060013
Leonardo Sandoval00ced1f2020-12-07 12:55:08 -060014 model="$model" data_instance="cluster0.cpu0.thread0" gen_model_params
15 uart="0" set_expect_variable "num_cpus" "8"
16 model="$model" gen_fvp_yaml
Zelaleme9e81482020-07-10 15:18:46 -050017}