Files
powdr/test_data/asm/intermediate.asm
2024-07-26 08:16:45 +00:00

12 lines
235 B
Rust

machine Intermediate with
latch: latch,
operation_id: operation_id,
degree: 8
{
col fixed latch = [1]*;
col fixed operation_id = [0]*;
col witness x;
col intermediate = x;
intermediate = intermediate;
}