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 support for RISC-V 'Zicond' ISA extension #546

Merged
merged 19 commits into from
Mar 12, 2023
Merged

✨ add support for RISC-V 'Zicond' ISA extension #546

merged 19 commits into from
Mar 12, 2023

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Mar 11, 2023

This PR add support for the RISC-v "conditional operations" (Zicond) ISA extension.

ℹ️ The latest spec can be found at https://github.com/riscv/riscv-zicond.

⚠️ The Zicond ISA is neither ratified nor frozen yet. The current ratification state can be checked at RISC-V international: https://wiki.riscv.org/display/HOME/Specification+Status

@stnolting stnolting added enhancement New feature or request risc-v compliance Modification to comply with official RISC-V specs. labels Mar 11, 2023
@stnolting stnolting self-assigned this Mar 11, 2023
@stnolting stnolting marked this pull request as ready for review March 12, 2023 09:28
@stnolting stnolting merged commit 7a2386b into main Mar 12, 2023
@stnolting stnolting deleted the zicond branch March 12, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 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