Skip to content

Commit 5208891

Browse files
committed
feat: add mstream constraints
1 parent 445393e commit 5208891

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

constraints/miden-vm/stack.air

+3-1
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,10 @@ ev mpverify([s[16], op_bits[8], op_helpers[6]]):
682682
ev pipe([s[16], op_bits[8], op_helpers[6]]):
683683

684684

685-
# TODO: add constraints
685+
# Bus constraint is implemented in a separate file
686686
ev mstream([s[16], op_bits[8], op_helpers[6]]):
687+
enf s[i]' = s[i] for i in 8..12
688+
enf s[i]' = s[i] for i in 13..16
687689

688690
# TODO: add constraints
689691
ev span([s[16], op_bits[8], op_helpers[6]])

0 commit comments

Comments
 (0)