Add MIPS-style TLB to functional simulation #1000
Labels
4
Features of medium complexity which usually require infrastructure enhancements.
enhancement
Adds a new feature to simulation.
S2 — Caches
To solve the issue, you NEED knowledge about caches. OOO hierarchy etc.
Milestone
MIPS ISA defines that TLB miss is handled by OS.
TLB miss should generate an exception, which is handled by OS exception handler, which manipulates TLB using TLB-manipulating instructions (tlbp, tlbr, tlbwi, tlbwr)
The steps are:
The text was updated successfully, but these errors were encountered: