sim: Move the BaseTLB to src/arch/generic/
[gem5.git] / src / arch / mips / MipsTLB.py
index 16cbe68797d5561a12fa460e2885c70f054db6ff..c43cee717953f4b35dd27b34347842da2ec68e77 100644 (file)
@@ -37,4 +37,5 @@ from BaseTLB import BaseTLB
 class MipsTLB(BaseTLB):
     type = 'MipsTLB'
     cxx_class = 'MipsISA::TLB'
+    cxx_header = 'arch/mips/tlb.hh'
     size = Param.Int(64, "TLB size")