Skip to content

Commit

Permalink
Replace minstret by icycleinstret CSR
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Dec 5, 2022
1 parent e4fe127 commit ff3710d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Removed brkflag CSR
- Replaced minstret by icycleinstret CSR

## [0.9.0] - 2022-11-17
### Added
Expand Down
4 changes: 2 additions & 2 deletions cartesi-machine.proto
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ message ProcessorConfig {
optional uint64 marchid = 67;
optional uint64 mimpid = 68;
optional uint64 mcycle = 69;
optional uint64 minstret = 70;
optional uint64 icycleinstret = 70;
optional uint64 mstatus = 71;
optional uint64 mtvec = 72;
optional uint64 mscratch = 73;
Expand Down Expand Up @@ -506,7 +506,7 @@ enum Csr {
MARCHID = 3;
MIMPID = 4;
MCYCLE = 5;
MINSTRET = 6;
ICYCLEINSTRET = 6;
MSTATUS = 7;
MTVEC = 8;
MSCRATCH = 9;
Expand Down

0 comments on commit ff3710d

Please sign in to comment.