#!/usr/bin/env bash | |
post_fetch_tf_resource() { | |
local model="base-aemv8a" | |
bmcov_plugin=1 bmcov_plugin_path="${coverage_trace_plugin}" \ | |
model="$model" \ | |
arch_version="8.4" \ | |
amu_present="1" \ | |
cache_state_modelled="0" \ | |
gen_model_params | |
model="$model" gen_fvp_yaml | |
} |