-
Notifications
You must be signed in to change notification settings - Fork 1.2k
adding new opode extensions #115
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
Comments
There's no way to do this. I'm closing this in favor of riscvarchive/riscv-binutils-gdb#38 |
This was referenced Nov 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
at the bottom of riscv-opc.c there is comment
This seems to indicate that there is a [planned] way to easily add instructions. Is there currently a clean way of doing this?
I've currently hacked the
riscv_buildin_opcodes
data structure to add my extensions, but I would love to know if there is a better way of doing this.The text was updated successfully, but these errors were encountered: