Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion barretenberg/cpp/pil/avm/mem.pil
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ namespace mem(256);
+ sel_op_slice;

// Maximum one memory operation enabled per row
sel_mem * (sel_mem - 1) = 0; // TODO: might be infered by the main trace
sel_mem * (sel_mem - 1) = 0; // TODO: might be inferred by the main trace

// Enforce the memory entries to be contiguous, i.e., as soon as
// sel_mem is disabled all subsequent rows have sel_mem disabled.
Expand Down