Conversation
* Use 16-bit chunks in logup * Store program in 16-bit limbs
* Computation of ram1_ts_prev_aux in two constraints * Remove constraints about unused limbs of helper1 * Computation of ram2_ts_prev_aux in two constraints * Remove constraints about unused limbs of helper2 * Computation of ram3_ts_prev_aux in two constraints * Remove constraints about unused limbs of helper3 * Computation of ram4_ts_prev_aux in two constraints * Remove constraints about unused limbs in helper4
* Constrain addition 16-bit wise * Constrain subtraction 16-bit wise * Constrain addition in Auipc 16-bit wise * Constrain addition in Beq 16-bit wise * Constrain addition in Bge 16-bit wise * Constrain subtraction in Bge 16-bit wise * Constrain subtraction in Bgeu 16-bit wise * Constrain addition in Bgeu 16-bit wise * Constrain subtraction in Blt 16-bit wise * Constrain addition in Blt 16-bit wise * Constrain subtraction in Bltu 16-bit wise * Constrain addition in Bltu 16-bit wise * Constrain addition in Bne 16-bit wise * Constrain addition in Jal 16-bit wise * Constrain another addition in Jal 16-bit wise * Constrain subtraction in Sltu in 16-bit wise * Clippy
…alue of load (#608) * Constrain RamBaseAddr in load and store * Constrain return value of load instructions
* More efficient estimate of memory-checked RAM size * Silence clippy * Use WORD_SIZE
ghost
approved these changes
Mar 11, 2025
CreeptoGengar
pushed a commit
to CreeptoGengar/nexus-zkvm
that referenced
this pull request
Mar 14, 2025
sjudson
pushed a commit
that referenced
this pull request
May 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes a series of changes culminating in a v0.3.1 release of the zkVM. These changes include resolving #368.