aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Troha <douglas.troha@arm.com>2020-06-15 13:01:03 +0200
committerTim Hall <tim.hall@arm.com>2020-06-23 09:55:48 +0100
commit83dec5c56e311a81e791d44af39ebd9468dfb586 (patch)
tree213660e1a5374dddac16a6dee4ebf2604e90e7bb
parente76a53308a0f45878fa1c4f686e5db582e87f0d9 (diff)
downloadethos-u-vela-83dec5c56e311a81e791d44af39ebd9468dfb586.tar.gz
Update arch to 1.0.1
- Includes npu_active event Signed-off-by: Douglas Troha <douglas.troha@arm.com> Change-Id: I9a2e342a11b9cc2a51f42141edb6f1a4fb4725e7
-rw-r--r--ethosu/vela/ethos_u55_regs/ethos_u55_regs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethosu/vela/ethos_u55_regs/ethos_u55_regs.py b/ethosu/vela/ethos_u55_regs/ethos_u55_regs.py
index 058a418d..ef2f01c1 100644
--- a/ethosu/vela/ethos_u55_regs/ethos_u55_regs.py
+++ b/ethosu/vela/ethos_u55_regs/ethos_u55_regs.py
@@ -19,7 +19,7 @@
from ctypes import *
from enum import Enum
-ARCH_VER = '1.0.0'
+ARCH_VER = '1.0.1'
class BASE(Enum):
@@ -704,6 +704,7 @@ class pmu_event_type(Enum):
NPU_IDLE = 0x20
CC_STALLED_ON_BLOCKDEP = 0x21
CC_STALLED_ON_SHRAM_RECONFIG = 0x22
+ NPU_ACTIVE = 0x23
MAC_ACTIVE = 0x30
MAC_ACTIVE_8BIT = 0x31
MAC_ACTIVE_16BIT = 0x32