aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa/Attribute.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tosa/Attribute.py')
-rw-r--r--verif/tosa/Attribute.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/verif/tosa/Attribute.py b/verif/tosa/Attribute.py
index a4d96e0..5d79a08 100644
--- a/verif/tosa/Attribute.py
+++ b/verif/tosa/Attribute.py
@@ -30,7 +30,8 @@ class Attribute(object):
ResizeAttribute = 9
ClampAttribute = 10
RescaleAttribute = 11
- CustomAttribute = 12
- CondIfAttribute = 13
- WhileLoopAttribute = 14
+ MulAttribute = 12
+ ArithmeticRightShiftAttribute = 13
+ CondIfAttribute = 14
+ WhileLoopAttribute = 15