Logo
Explore Help
Sign In
logos-storage/plonky2
1
0
Fork 0
You've already forked plonky2
mirror of https://github.com/logos-storage/plonky2.git synced 2026-01-22 23:53:11 +00:00
Code Issues Packages Projects Releases Wiki Activity
plonky2/evm/src/memory/mod.rs

8 lines
229 B
Rust
Raw Normal View History

s/registers/columns
2022-06-29 10:02:03 +02:00
pub mod columns;
memory
2022-06-13 14:37:29 -07:00
pub mod memory_stark;
Begin work on witness generation and kernel bootstrapping
2022-06-15 09:33:52 -07:00
pub mod segments;
Memory naming tweaks (#579) * Memory naming tweaks - Define the channel count and value limbs in a single place, so they're easy to adjust. - Standardize on "channels" which I think is more explicit, since e.g. `num_mem_ops` used to mean either the channel count or total operation count in a trace. * feedback * tweaks * fmt
2022-06-27 16:03:56 -07:00
Simpler CPU <-> memory CTL
2022-08-23 17:24:35 -07:00
// TODO: Move to CPU module, now that channels have been removed from the memory table.
Memory naming tweaks (#579) * Memory naming tweaks - Define the channel count and value limbs in a single place, so they're easy to adjust. - Standardize on "channels" which I think is more explicit, since e.g. `num_mem_ops` used to mean either the channel count or total operation count in a trace. * feedback * tweaks * fmt
2022-06-27 16:03:56 -07:00
pub(crate) const NUM_CHANNELS: usize = 4;
pub(crate) const VALUE_LIMBS: usize = 8;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 39ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API