Skip to content

Commit

Permalink
Update barretenberg/cpp/pil/avm/mem.pil
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon authored Jul 8, 2024
1 parent 3d84fae commit 5161869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barretenberg/cpp/pil/avm/mem.pil
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ namespace mem(256);

//====== CALLDATACOPY specific constraints ==================================
sel_op_cd_cpy * (rw - 1) = 0;
sel_op_cd_cpy * (w_in_tag - 6) = 0;
sel_op_cd_cpy * (w_in_tag - 6) = 0; // Only write elements of type FF

//====== MOV/CMOV Opcode Tag Constraint =====================================
// The following constraint ensures that the r_in_tag is set to tag for
Expand Down

0 comments on commit 5161869

Please sign in to comment.