1
2
3
4
5
6
7
//! instreth register
//!
//! Shadow of minstreth register (rv32)
//! must have `scounteren::ir` or `mcounteren::ir` bit enabled depending on whether
//! S-mode is implemented or not

read_csr_as_usize!(0xC82, __read_instreth);