DEFAULT_BLOCK_SIZE

Constant DEFAULT_BLOCK_SIZE 

Source
pub const DEFAULT_BLOCK_SIZE: usize = 4;
Expand description

Default block size for memory bus interactions. RISC-V byte/halfword loads (lb/lh) need fewer bytes, but the adapter always reads a full 4-byte block from memory.