-
Notifications
You must be signed in to change notification settings - Fork 55
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
updates for crypto scalar instructions #34
Open
anku-anand
wants to merge
8
commits into
riscv-software-src:dev
Choose a base branch
from
anku-anand:master
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Mar 28, 2022
-
1) pack and zext.h have same opcode, func3, funct7 only diffrence is …
…in rs2 value for zext.h rs2 is always 0, if pack instruction is used with x0 as rs2 then cannot distinguish from each other, hence using cover label to differentiate. 2) updated coverage.py for xperm4, xperm8, zip, unzip instructions
Configuration menu - View commit details
-
Copy full SHA for 2b3748a - Browse repository at this point
Copy the full SHA 2b3748aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b14576 - Browse repository at this point
Copy the full SHA 1b14576View commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aa98e42 - Browse repository at this point
Copy the full SHA aa98e42View commit details
Commits on May 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9ff4563 - Browse repository at this point
Copy the full SHA 9ff4563View commit details
Commits on May 24, 2022
-
Added gorci to unsgn_rs1 in coverage.py
Added conditions to extract bs and rnum fields in rvopcodesdecoder.py Removed zext.h from internaldecoder.py
Configuration menu - View commit details
-
Copy full SHA for c82d51f - Browse repository at this point
Copy the full SHA c82d51fView commit details
Commits on May 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a0b076c - Browse repository at this point
Copy the full SHA a0b076cView commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 16ddd43 - Browse repository at this point
Copy the full SHA 16ddd43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aaf74c - Browse repository at this point
Copy the full SHA 5aaf74cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.