Skip to content

Commit

Permalink
Update asm-to-pil/src/vm_to_constrained.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Leo <[email protected]>
  • Loading branch information
Schaeff and leonardoalt authored Jul 18, 2024
1 parent 32a85c8 commit acdc1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asm-to-pil/src/vm_to_constrained.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ fn rom_machine<'a>(
latch: Some(ROM_LATCH.into()),
pil: {
pil.extend([
parse_pil_statement(&format!("pol fixed {ROM_OPERATION_ID} = [0]*;")),
parse_pil_statement(&format!("pol fixed {ROM_LATCH} = [1]*;")),
parse_pil_statement(&format!("let {ROM_OPERATION_ID} = [0]*;")),
parse_pil_statement(&format!("let {ROM_LATCH} = [1]*;")),
]);
pil
},
Expand Down

0 comments on commit acdc1a6

Please sign in to comment.