mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
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.
6 lines
99 B
Rust
6 lines
99 B
Rust
mod bus;
|
|
mod fingerprint;
|
|
mod lookup;
|
|
mod lookup_via_bus;
|
|
mod permutation;
|
|
mod permutation_via_bus; |