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

Implement Zicntr extenstion #16

Merged
merged 8 commits into from
Aug 13, 2024
Merged

Conversation

Alignof
Copy link
Owner

@Alignof Alignof commented Aug 13, 2024

No description provided.

@Alignof Alignof self-assigned this Aug 13, 2024

// For Rv32, these instructions indicate upper 32 bits.
// For Rv64, these instructions can access the full 64-bit CSRs directly.
RDCYCLE,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [clippy] clippy::upper_case_acronyms reported by reviewdog 🐶
name RDCYCLE contains a capitalized acronym

// For Rv32, these instructions indicate upper 32 bits.
// For Rv64, these instructions can access the full 64-bit CSRs directly.
RDCYCLE,
RDTIME,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [clippy] clippy::upper_case_acronyms reported by reviewdog 🐶
name RDTIME contains a capitalized acronym

// For Rv64, these instructions can access the full 64-bit CSRs directly.
RDCYCLE,
RDTIME,
RDINSTRET,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [clippy] clippy::upper_case_acronyms reported by reviewdog 🐶
name RDINSTRET contains a capitalized acronym

@Alignof Alignof merged commit 29b906d into release/v1.0.0-beta.2 Aug 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant