aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_error_if.py
diff options
context:
space:
mode:
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 c28591d..6656645 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -30,4 +30,6 @@ class ErrorIf(object):
BatchMismatch = "BatchMismatch"
ChannelMismatch = "ChannelMismatch"
RankMismatch = "RankMismatch"
+ InputZeroPointNotZero = "InputZeroPointNotZero"
+ OutputZeroPointNotZero = "OutputZeroPointNotZero"