mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-12 10:43:07 +00:00
* Column definitions for addition, range checks & lookups I implemented addition (unsigned for now) as an example of how the arithmetic unit can interact with the 16-bit range check unit. Range checks and lookups aren't implemented yet. * Missing constraints * Tweaks to get tests passing * Reorg registers into files * Minor
4 lines
69 B
Rust
4 lines
69 B
Rust
//! Memory unit.
|
|
|
|
pub(super) const END: usize = super::START_MEMORY;
|