From 2c7fe79af7e2afd95a80d92ab955af1337b59884 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Thu, 21 Mar 2024 08:14:04 -0400 Subject: [PATCH] Update readme.adoc Adding note to indicate issues should be logged against the riscv-isa-manual repository. Signed-off-by: Bill Traynor --- readme.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.adoc b/readme.adoc index 9d6d529..8dd3969 100644 --- a/readme.adoc +++ b/readme.adoc @@ -1,3 +1,8 @@ +[NOTE] +==== +Cycle & Instret Privilege Mode Filtering (Smcntrpmf) has been merged into the Privileged Specification. Please log any issues against the link:https://github.com/riscv/riscv-isa-manual[RISC-V ISA Manual] repository. +==== + = Cycle & Instret Privilege Mode Filtering Architecture Extension Smcntrpmf extension extends the RISC-V Privileged ISA to support privilege mode filtering for the cycle and instret counters. (‘Sm’ for privileged M-mode extension, ‘cntr’ because it extends the 'Zicntr' extension, ‘pmf’ for Privilege Mode Filtering). This extension depends on the Zicntr extension.