cvut / qtrvsim

RISC-V CPU simulator for education purposes
GNU General Public License v3.0
466 stars 56 forks source link

Add Not Most Recently Used Cache replacement policy #141

Open brsf11 opened 2 months ago

brsf11 commented 2 months ago

Just another cache policy commonly used. Choose randomly from blocks that are not most recently used.