You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[syntacore] tcl/syntacore: do not modify *counteren in HPM setup
The RISC-V Instruction Set Manual: Volume II: Privileged Architecture
Version 20241101 [3.1.11. Machine Counter-Enable (mcounteren) Register]
states:
> The settings in this register only control accessibility. The act of
reading or writing this register does not affect the underlying
counters, which continue to increment even when not accessible.
Therefore, there is no need to adjust it's value when setting-up HPM
counters.
Change-Id: I083912ce3a8762ef33f805b71baa099cbf3d6a78
Signed-off-by: Evgeniy Naydanov <[email protected]>
0 commit comments