minstreth
Machine Instructions Retired Counter
Upper half of 64-bit instructions retired counters.
See minstret for details.
Attributes
Defining Extension |
|
---|---|
CSR Address |
0xb82 |
Length |
32-bit |
Privilege Mode |
M |
Software write
This CSR may store a value that is different from what software attempts to write.
When a software write occurs (e.g., through csrrw), the following determines the written value:
COUNT = CSR[mcycle].COUNT = {csr_value.COUNT[31:0], CSR[minstret].COUNT[31:0]}; return csr_value.COUNT;
Software read
This CSR may return a value that is different from what is stored in hardware.
return CSR[minstret].COUNT[63:32];