aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa/Op.py
diff options
context:
space:
mode:
authorPatrik Gustavsson <patrik.gustavsson@arm.com>2021-10-01 08:15:06 +0200
committerPatrik Gustavsson <patrik.gustavsson@arm.com>2021-10-06 12:39:04 +0200
commit85f6117324295db8f620e2352d9a55220c20fa59 (patch)
treec3bfc660e6bce9bb1070b8985de75bbf3c40f94d /ethosu/vela/tosa/Op.py
parentb4936adf32435a96ca1a89818582f8d2efa366d1 (diff)
downloadethos-u-vela-85f6117324295db8f620e2352d9a55220c20fa59.tar.gz
TOSA: Update to new schema
Update based on schema corresponding to TOSA conformance tests release v0.5. Signed-off-by: Patrik Gustavsson <patrik.gustavsson@arm.com> Change-Id: I517cd5d86ddb3ed8c0f377b4462466387dc3af44
Diffstat (limited to 'ethosu/vela/tosa/Op.py')
-rw-r--r--ethosu/vela/tosa/Op.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/tosa/Op.py b/ethosu/vela/tosa/Op.py
index c71ac44a..8b4af898 100644
--- a/ethosu/vela/tosa/Op.py
+++ b/ethosu/vela/tosa/Op.py
@@ -22,7 +22,7 @@ class Op(object):
BITWISE_AND = 16
BITWISE_OR = 17
BITWISE_XOR = 18
- DIV = 19
+ INTDIV = 19
LOGICAL_AND = 20
LOGICAL_LEFT_SHIFT = 21
LOGICAL_RIGHT_SHIFT = 22