aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_error_if.py
diff options
context:
space:
mode:
authorMatthew Haddon <matthew.haddon@arm.com>2021-09-22 11:24:37 +0100
committerMatthew Haddon <matthew.haddon@arm.com>2021-10-07 17:24:19 +0100
commit693ba9ed076e3b9e95e484a27b087352d2bac157 (patch)
treea32cd47cc4facc00bf821e6618e5cbbd5f51a833 /verif/tosa_error_if.py
parent1c00b71c44c80b2433e1837af204317636a69f95 (diff)
downloadreference_model-693ba9ed076e3b9e95e484a27b087352d2bac157.tar.gz
Add ERROR_IF checks for mismatched batch/channel
Change-Id: I7c670c5f9b97a18a6f586b16f31bc9fc301f6bc3 Signed-off-by: Matthew Haddon <matthew.haddon@arm.com>
Diffstat (limited to 'verif/tosa_error_if.py')
-rw-r--r--verif/tosa_error_if.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index 58595d3..94648d3 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -27,4 +27,6 @@ class ErrorIf(object):
WrongInputList = "WrongInputList"
WrongOutputList = "WrongOutputList"
WrongRank = "WrongRank"
+ BatchMismatch = "BatchMismatch"
+ ChannelMismatch = "ChannelMismatch"