Performance Monitoring of the Processor Core #839
Unanswered
mashahedurrahman
asked this question in
Q&A
Replies: 1 comment 1 reply
-
CVA6 supports a number of performance counters: https://github.com/openhwgroup/cva6/blob/master/core/csr_regfile.sv#L566-L600. For example, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, does CVA6 have any PMU (Performance Monitoring Unit) with the processor core? I need to have some performance data like the percentage of non-idling CPU clock cycles, number of executed instructions per cycle, number of L1 data cache accesses and the miss rate, and CPU (Write/Read) stall cycles per instruction.
Beta Was this translation helpful? Give feedback.
All reactions