miden-core 0.3.0

Miden VM core components
Documentation
1
2
3
4
5
// CONSTANTS
// ================================================================================================

/// Number of columns needed to record an execution trace of the kernel ROM chiplet.
pub const TRACE_WIDTH: usize = 6;