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 rv32b instructions #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add rv32b instructions #12

wants to merge 3 commits into from

Conversation

KrystalDelusion
Copy link
Member

No description provided.

Everything but `clz` `ctz` and `cpop` should work.
CLZ, CTZ, CPOP, ORC.B, and REV8.
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.
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