aboutsummaryrefslogtreecommitdiff
path: root/verif/runner/tosa_verif_run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/runner/tosa_verif_run_tests.py')
-rw-r--r--verif/runner/tosa_verif_run_tests.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/verif/runner/tosa_verif_run_tests.py b/verif/runner/tosa_verif_run_tests.py
index ddb32a4..6b5d77e 100644
--- a/verif/runner/tosa_verif_run_tests.py
+++ b/verif/runner/tosa_verif_run_tests.py
@@ -139,6 +139,14 @@ def parseArgs(argv):
choices=["tosa-bi", "tosa-mi"],
help="Filter tests based on profile",
)
+ parser.add_argument(
+ "--tosa_level",
+ dest="tosa_level",
+ default="EIGHTK",
+ type=str,
+ help="A TOSA level defines operator parameter ranges that an implementation shall support."
+ "Config tosa_level for running the reference model only. Default is EIGHTK",
+ )
args = parser.parse_args(argv)