You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix small field arith machine for bus linker mode (#2339)
Same change as #2297. I opened #2340 to track fixing the root cause.
With this change, we can have the BabyBear RISC-V machine with a bus:
```rs
cargo run -r --features plonky3 --bin powdr-rs compile riscv/tests/riscv_data/keccak-o output --field bb
cargo run -r --features plonky3 pil output/keccak.asm -o output -f --field bb --prove-with plonky3 --linker-mode bus
```
0 commit comments