Bipin Ravi | f924efc | 2021-03-22 16:08:33 -0500 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2021 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | post_fetch_tf_resource() { | ||||
Manish V Badarkhe | cbed15e | 2021-07-02 09:34:53 +0100 | [diff] [blame] | 9 | local model="cortex-a710" |
Bipin Ravi | f924efc | 2021-03-22 16:08:33 -0500 | [diff] [blame] | 10 | |
11 | model="$model" \ | ||||
12 | cache_state_modelled="0" \ | ||||
13 | gen_model_params | ||||
14 | uart="0" set_expect_variable "num_cpus" "4" | ||||
15 | model="$model" gen_fvp_yaml | ||||
16 | } |