-
Notifications
You must be signed in to change notification settings - Fork 24
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 B extension (Zba, Zbb, Zbs) #29
Open
KrystalDelusion
wants to merge
11
commits into
main
Choose a base branch
from
krys/b-extension
base: main
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.
Open
Commits on Oct 2, 2024
-
- Update `insn_shimm` and `insn_alu` to support unsigned words (`uwmode`). This is used when the result is of width XLEN but the lower 32 bits from one of the inputs (rs1) is zero-extended. - Update `isa_propagate` to match multi-letter extensions e.g. `Zba`. - Add Zba instructions and the beginnings of the rest of the B extension.
Configuration menu - View commit details
-
Copy full SHA for 38d171d - Browse repository at this point
Copy the full SHA 38d171dView commit details -
- Add B-type format. - Implement (most) Zbb instructions. - Add `insnt_count` and `insn_ext` for bit count and extension instructions. - Be unconvinced that the count checks will work as intended. - Be confused about `orc_b` and `rev8` instructions and leave them commented out for now.
Configuration menu - View commit details
-
Copy full SHA for 9c356b4 - Browse repository at this point
Copy the full SHA 9c356b4View commit details -
- Add bitwise variation on R-type instruction format. - Add `insn_bit` function for bitwise functions in Zbs extension. - Add Zbs instructions.
Configuration menu - View commit details
-
Copy full SHA for 85096dc - Browse repository at this point
Copy the full SHA 85096dcView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for beef78c - Browse repository at this point
Copy the full SHA beef78cView commit details -
Everything but `clz` `ctz` and `cpop` should work.
Configuration menu - View commit details
-
Copy full SHA for 06e3608 - Browse repository at this point
Copy the full SHA 06e3608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b2b119 - Browse repository at this point
Copy the full SHA 3b2b119View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84c3acc - Browse repository at this point
Copy the full SHA 84c3accView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 845d3bb - Browse repository at this point
Copy the full SHA 845d3bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc815ca - Browse repository at this point
Copy the full SHA bc815caView commit details -
Configuration menu - View commit details
-
Copy full SHA for c00c768 - Browse repository at this point
Copy the full SHA c00c768View commit details
Commits on Oct 13, 2024
-
Having the csr_spec option enables CSR testing, including the misa CSR which uses the define `RISCV_FORMAL_CSR_MISA`. If the CSR_MISA flag is defined then instructions from extensions will check the misa CSR includes the bit flag for the instruction. We don't want that, since NERV misa is all zeros.
Configuration menu - View commit details
-
Copy full SHA for fb3b7a8 - Browse repository at this point
Copy the full SHA fb3b7a8View 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.