Files
powdr/std/protocols/mod.asm
onurinanc 47dd48399d Implement LogUp via Bus (#1624)
LogUp implementation using Bus

As @georgwiese suggested in
https://github.com/powdr-labs/powdr/issues/1573#issuecomment-2250875201

- That makes the machine detection simpler, because we wouldn't have
constraints that depend on both the LHS and RHS of a lookup.
- It's what we'll actually need for VADCOP, so maybe we don't even have
to support std::protocols::lookup as a first step.
2024-08-05 09:05:16 +00:00

6 lines
99 B
Rust

mod bus;
mod fingerprint;
mod lookup;
mod lookup_via_bus;
mod permutation;
mod permutation_via_bus;