chipsalliance / rocket-chip

Rocket Chip Generator
Other
3.2k stars 1.12k forks source link

can I remove the itim and tlb from the icache ? #3570

Closed srishti-sr closed 7 months ago

sequencer commented 7 months ago

ITIM can be disable by setting: freechips.rocketchip.rocket.ICacheParamsitimAddr.itimAddr to None; TLB can be disabled by setting: freechips.rocketchip.rocket.RocketCoreParams.useVM to false;