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 Zkt ISA extension #1036

Merged
merged 7 commits into from
Sep 27, 2024
Merged

Add Zkt ISA extension #1036

merged 7 commits into from
Sep 27, 2024

Conversation

stnolting
Copy link
Owner

This PR adds support for the RISC-V Zknt ISA extension (data independent execution time).

This extension cannot be enabled by a specific configuration generic. Instead, it is implemented implicitly by certain CPU configuration(s).

Most of the instructions mandated by Zknt are already implemented in way where the actual data being processed has no impact on the execution time. However, for shift operations this is only true if the FAST_SHIFT_EN tuning option is enabled. Enabling this option will automatically enable the Zknt ISA extension as well.

@stnolting stnolting added risc-v compliance Modification to comply with official RISC-V specs. HW Hardware-related labels Sep 27, 2024
@stnolting stnolting self-assigned this Sep 27, 2024
@stnolting stnolting marked this pull request as ready for review September 27, 2024 03:57
@stnolting stnolting merged commit c176a6a into main Sep 27, 2024
10 checks passed
@stnolting stnolting deleted the zknt_isa_extension branch September 27, 2024 07:10
@stnolting stnolting changed the title Add Zknt ISA extension Add Zkt ISA extension Sep 28, 2024
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.

1 participant