johpow01 | 1008edc | 2022-02-01 18:50:33 -0600 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | |||||
3 | post_fetch_tf_resource() { | ||||
4 | local model="cortex-x2" | ||||
5 | |||||
6 | model="$model" \ | ||||
7 | cache_state_modelled="0" \ | ||||
8 | gen_model_params | ||||
9 | uart="0" set_expect_variable "num_cpus" "4" | ||||
10 | model="$model" gen_fvp_yaml | ||||
11 | } |