add MMU FunctionUnit
[soc.git] / src / soc / decoder / power_enums.py
index bc7d8248e2fd2fae452938c466301cae330adbff..743203653d942cdfc2068102e31d136d740766ab 100644 (file)
@@ -58,6 +58,7 @@ class Function(Enum):
     MUL = 1 << 8
     DIV = 1 << 9
     SPR = 1 << 10
+    MMU = 1 << 11
 
 
 @unique