summaryrefslogtreecommitdiff
path: root/run_config/fvp-aemv8a.sme
diff options
context:
space:
mode:
Diffstat (limited to 'run_config/fvp-aemv8a.sme')
-rw-r--r--run_config/fvp-aemv8a.sme15
1 files changed, 0 insertions, 15 deletions
diff --git a/run_config/fvp-aemv8a.sme b/run_config/fvp-aemv8a.sme
deleted file mode 100644
index f9cfcd90..00000000
--- a/run_config/fvp-aemv8a.sme
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env bash
-#
-# Copyright (c) 2022, Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
-
-generate_lava_job() {
- local model="base-aemv8a"
-
- model="$model" \
- sve_plugin="1" has_sme="1" arch_version="9.2" \
- gen_model_params
- model="$model" gen_fvp_yaml
-}