mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
9 lines
230 B
NASM
9 lines
230 B
NASM
machine Intermediate(latch, operation_id) {
|
|
constraints {
|
|
col fixed latch = [1]*;
|
|
col fixed operation_id = [0]*;
|
|
col witness x;
|
|
col intermediate = x;
|
|
intermediate = intermediate;
|
|
}
|
|
} |