From 83dec5c56e311a81e791d44af39ebd9468dfb586 Mon Sep 17 00:00:00 2001 From: Douglas Troha Date: Mon, 15 Jun 2020 13:01:03 +0200 Subject: Update arch to 1.0.1 - Includes npu_active event Signed-off-by: Douglas Troha Change-Id: I9a2e342a11b9cc2a51f42141edb6f1a4fb4725e7 --- ethosu/vela/ethos_u55_regs/ethos_u55_regs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ethosu/vela/ethos_u55_regs/ethos_u55_regs.py') 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 -- cgit v1.2.1