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
See the workarounds in #2297 and #2339. I'm not really sure what's happening, but undoing these PRs and using these machine with --linker-mode bus reproduces the issue.
The text was updated successfully, but these errors were encountered:
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
```
See the workarounds in #2297 and #2339. I'm not really sure what's happening, but undoing these PRs and using these machine with
--linker-mode bus
reproduces the issue.The text was updated successfully, but these errors were encountered: