-
Notifications
You must be signed in to change notification settings - Fork 423
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
Naming of cv.slet #833
Comments
Hi @realqhc Those instructions are executing a "set if less than or equal" operation. As PULP instructions are close to frozen (especially in GNU toolchain), I will ask to all concerned people if renaming is still possible at this point of the project. Thank you anyway for your comment/issue. Best regards, |
@realqhc , can we close this issue? |
Signed-off-by: Pascal Gouedo <[email protected]>
Only once #844 merged ... |
According to openhwgroup/cv32e40p#833 this instruction was renamed last year to remove the 't'. I used MnemonicAlias to support the old name. Unfortunately, this gives a generic error if XCValu is not enabled. Since its an old name I hope this isn't too big of an issue.
According to openhwgroup/cv32e40p#833 this instruction was renamed last year to remove the 't'. I used MnemonicAlias to support the old name. Unfortunately, this gives a generic error if XCValu is not enabled. Since its an old name I hope this isn't too big of an issue. CC: @jeremybennett
On a review for upstreaming core-v alu encoding, the reviewer Craig Topper asked
Is it possible that anyone could provide a clarification on the meaning of the mnemonics cv.slet, cv.sletu?
The text was updated successfully, but these errors were encountered: