File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
//! cycle register
2
+ //!
2
3
//! Shadow of mcycle register
3
4
//! must have `scounteren::cy` or `mcounteren::cy` bit enabled depending on whether
4
5
//! S-mode is implemented or not
Original file line number Diff line number Diff line change 1
1
//! cycleh register
2
+ //!
2
3
//! Shadow of mcycleh register (rv32)
3
4
//! must have `scounteren::cy` or `mcounteren::cy` bit enabled depending on whether
4
5
//! S-mode is implemented or not
Original file line number Diff line number Diff line change 1
1
//! instret register
2
+ //!
2
3
//! Shadow of minstret register
3
4
//! must have `scounteren::ir` or `mcounteren::ir` bit enabled depending on whether
4
5
//! S-mode is implemented or not
Original file line number Diff line number Diff line change 1
1
//! instreth register
2
+ //!
2
3
//! Shadow of minstreth register (rv32)
3
4
//! must have `scounteren::ir` or `mcounteren::ir` bit enabled depending on whether
4
5
//! S-mode is implemented or not
You can’t perform that action at this time.
0 commit comments