Skip to content

Commit

Permalink
oeu
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Jul 25, 2024
1 parent 4fba940 commit edbc5c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test_data/asm/permutations/block_to_block.asm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ machine Binary4x with
col witness Y;
}

machine Main with degree: 32 {
machine Main with degree: 256 {
reg pc[@pc];
reg X[<=];
reg Y[<=];
Expand Down
2 changes: 1 addition & 1 deletion test_data/asm/permutations/simple.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod binary4;
use binary4::Binary4;

machine Main with degree: 32 {
machine Main with degree: 128 {
reg pc[@pc];
reg X[<=];
reg Y[<=];
Expand Down
2 changes: 1 addition & 1 deletion test_data/asm/permutations/vm_to_block.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod binary4;
use binary4::Binary4;

machine Main with degree: 32 {
machine Main with degree: 128 {
reg pc[@pc];
reg X[<=];
reg Y[<=];
Expand Down

0 comments on commit edbc5c2

Please sign in to comment.