Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ncitron committed Apr 12, 2024
1 parent 13e462f commit e9061da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jolt-core/src/r1cs/constraints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ use super::snark::R1CSStepInputs;
const C: usize = 4;
const N_FLAGS: usize = NUM_CIRCUIT_FLAGS + RV32I::COUNT;
const LOG_M: usize = 16;
// const MEMORY_START_ADDRESS: usize = (RAM_START_ADDRESS - RAM_WITNESS_OFFSET) as usize; // accounts for the 32 registers being considered a part of the RAM
const PC_START_ADDRESS: u64 = RAM_START_ADDRESS;
const MOPS: usize = 7; // "memory ops per step"
const PC_NOOP_SHIFT: usize = 4;
Expand Down

0 comments on commit e9061da

Please sign in to comment.