From 905326377c18a750db4a96586d217036f96c5a33 Mon Sep 17 00:00:00 2001 From: Usama Arif Date: Mon, 14 Jun 2021 12:51:54 +0100 Subject: [PATCH] tc0: enable timing annotations This is to allow CPUs to work at different capacity. Signed-off-by: Usama Arif Change-Id: I0c8b69135d605b46e16564f1a54cc516cb7f2a53 --- tc0/run_model.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tc0/run_model.sh b/tc0/run_model.sh index 1578b83..b613d8c 100755 --- a/tc0/run_model.sh +++ b/tc0/run_model.sh @@ -170,6 +170,9 @@ then " fi +echo "INFO: Timing annotations enabled to perform high-level performance estimation" +export FASTSIM_DISABLE_TA=0 + LOGS_DIR="$RUN_SCRIPTS_DIR"/logs mkdir -p $LOGS_DIR -- GitLab