Skip to content

Commit

Permalink
Static VadCop
Browse files Browse the repository at this point in the history
  • Loading branch information
georgwiese committed Jul 11, 2024
1 parent 0b8dd58 commit c3ba01f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_data/std/binary_test_dynamic.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use std::utils::unchanged_until;

// Binary for single bytes using an exhaustive table
machine ByteBinary with
degree: 262144,
latch: latch,
operation_id: operation_id
{
Expand Down Expand Up @@ -33,6 +34,7 @@ machine ByteBinary with
}

machine Binary with
degree: 1024,
latch: latch,
operation_id: operation_id,
// Allow this machine to be connected via a permutation
Expand Down Expand Up @@ -69,7 +71,7 @@ machine Binary with
}


machine Main with degree: 262144 {
machine Main with degree: 1024 {
reg pc[@pc];
reg X0[<=];
reg X1[<=];
Expand Down

0 comments on commit c3ba01f

Please sign in to comment.