-
Notifications
You must be signed in to change notification settings - Fork 121
Fix MIPS failing constraints #2075
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
I have been trying to identify the instructions and concrete constraints that are failing (this might not be a complete list, as I believe some of the instruction variants have not occurred in my demo run):
|
Update:
|
Update:RType
JType
## IType
|
Update:RType
JType
IType
|
Subset of the failing constraints:
Unchanged
After
After
After
After
After
|
Update:RType
JType
IType
|
Here is a branch which fixes the remaining instructions
However this is not satysfying, since the resulting witness interpreter is slower. |
When running the
main.rs
with the generic prover I could observe some MIPS constraints not passing. Figure out why and which and fix it.The text was updated successfully, but these errors were encountered: