Zelalem | e9e8148 | 2020-07-10 15:18:46 -0500 | [diff] [blame^] | 1 | #!/bin/bash |
2 | # | ||||
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 | |||||
11 | post_fetch_tf_resource() { | ||||
12 | model="cortex-a65x4" \ | ||||
13 | data_instance="cluster0.cpu0.thread0" \ | ||||
14 | gen_model_params | ||||
15 | uart="0" set_expect_variable "num_cpus" "8" | ||||
16 | } |