Skip to content

Commit

Permalink
test: modify testing according to the new design
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobottazzi committed Jun 21, 2023
1 parent 1530db2 commit bb1a5cf
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 56 deletions.
2 changes: 2 additions & 0 deletions zk_prover/src/chips/overflow/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ impl<const MAX_BITS: u8, const ACC_COLS: usize> Circuit<Fp>
let addchip_config = AddChip::configure(meta);

let a = meta.advice_column();
meta.enable_equality(a);

let decomposed_values = [(); ACC_COLS].map(|_| meta.advice_column());

let overflow_check_config =
Expand Down
Loading

0 comments on commit bb1a5cf

Please sign in to comment.