pub fn tracing_write_native<F, const BLOCK_SIZE: usize>(
memory: &mut TracingMemory,
ptr: u32,
vals: [F; BLOCK_SIZE],
prev_timestamp: &mut u32,
prev_data: &mut [F; BLOCK_SIZE],
)where
F: PrimeField32,
Expand description
Writes ptr, vals
into memory and records the previous timestamp and data.
Writes are only done to address space NATIVE_AS.