Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ add time[h] CSRs #556

Merged
merged 6 commits into from
Mar 17, 2023
Merged

✨ add time[h] CSRs #556

merged 6 commits into from
Mar 17, 2023

Conversation

stnolting
Copy link
Owner

This PR adds the user-level time and timeh counter CSRs.

ℹ️ The time[h] CSRs are just another shadow copy of the machine-mode cycle counters (mcycle[h]).

On some simple platforms, cycle count might represent a valid implementation of RDTIME, in which case RDTIME and RDCYCLE may return the same result. - RISC-V ISA spec.

@stnolting stnolting added risc-v compliance Modification to comply with official RISC-V specs. HW hardware-related labels Mar 17, 2023
@stnolting stnolting self-assigned this Mar 17, 2023
@stnolting stnolting marked this pull request as ready for review March 17, 2023 18:39
@stnolting stnolting merged commit ed58324 into main Mar 17, 2023
@stnolting stnolting deleted the add_time_csrs branch March 17, 2023 19:10
@stnolting stnolting restored the add_time_csrs branch March 17, 2023 19:10
@stnolting stnolting deleted the add_time_csrs branch March 17, 2023 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related risc-v compliance Modification to comply with official RISC-V specs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant