Files
riscv-isa-sim/spike_main
Alexander Romanov b346571e35 feat: move cache block size initialization to constructor
Previously cache block size had to be initialized via special
set_chache_blocksz setter function and was uninitialized if you didn't
call it. In this commit I move initialization of the block size to the
mmu_t's constructor. The configuration of this member goes through cfg_t
struct.
2025-05-16 09:28:47 +03:00
..