pub const DEFAULT_BLOCK_SIZE: usize = 4;
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.
lb
lh