aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/architecture_features.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/architecture_features.py')
-rw-r--r--ethosu/vela/architecture_features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/architecture_features.py b/ethosu/vela/architecture_features.py
index 2e53a695..5453f2cf 100644
--- a/ethosu/vela/architecture_features.py
+++ b/ethosu/vela/architecture_features.py
@@ -94,7 +94,7 @@ class SHRAMElements:
IFM16 = 1
IFM8_Elementwise = 2
IFM16_Elementwise = 3
- IFM32_Elementwise = 4
+ IFM32 = 4
Acc16 = 5
Acc32 = 6
Acc40 = 7