From 8bd8ee63101d48d9dba78cffb61f7ba4d33720f8 Mon Sep 17 00:00:00 2001 From: Marno van der Maas <34654485+marnovandermaas@users.noreply.github.com> Date: Mon, 7 Jun 2021 17:37:13 +0100 Subject: [PATCH] Doc update for tag controller performance monitor addresses based on commit d7a492b48fe443f54af7c0a400d5210b4300d7f6 --- Doc/Performance_Monitoring.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/Performance_Monitoring.md b/Doc/Performance_Monitoring.md index 45ad08f..1626834 100644 --- a/Doc/Performance_Monitoring.md +++ b/Doc/Performance_Monitoring.md @@ -78,13 +78,13 @@ IMem, DMem L1 Cache, and LL Cache (including the respective TLBs); events identi TagController events: -- Load (0x70) -- Load miss (0x71) -- Write – count writes to tag cache (0x73) -- Write miss (0x74) +- Load (0x40) +- Load miss (0x41) +- Write – count writes to tag cache (0x43) +- Write miss (0x44) - Set tag write (unimplemented) - Set tag read (unimplemented) -- Evict (0x7d) +- Evict (0x4d) Missing events are: - L1 WT CHERI events