-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Instructions with riscv-opcodes #2972
Conversation
Before the new riscv-opcodes, we rely on One more bug to note here is that we currently do not have So to use the new riscv-opcode and fix the |
8e23368
to
55e4222
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am just amused that, over the course of 42 minutes, we went from "I can not decide on this. This needs @aswaterman" to "click the merge button". 😆
sorry @aswaterman I mean this PR |
I agree, it is fine; I just thought it was funny. |
Thanks for understanding, I just wanna speed up the developing procedure. If some PR do have some issues or you don't like it, we can at least revert them. |
Ok with the speed of PRs so long as we start a versioning scheme (doesn't need to match how software usually does it) and a changelog that regularly keeps up. The git commit history is great and all, but if main heads in the direction of being more of a developer branch, we should definitely tag the most stable commits and document the PR changes. I'll lead charge on this starting with the last version tag up to the Chisel 3.5 bump PR. |
We discussed in the working group meeting:
How do we define the "most stable commits"? For any companies/users, they are free to stick at any commits, or fork a branch to provide their own "stable" version, but I believe the RCW won't guarantee a specific commit/branch is "stable" enough for any usage. |
Related issue: riscv/riscv-opcodes#106
Type of change: other enhancement
Impact: API modification
Development Phase: proposal (waiting on riscv/riscv-opcodes#111)
There is tmply a workaround for CI (thus this PR is a draft now). Will be force pushed once the issue is resolved.
Release Notes