sim: revert 6709bbcf564d
[gem5.git] / src / arch / alpha / AlphaTLB.py
index cdee54d26268b506a067ed69ea7d8d3d4d95d5a2..8031c719f6c104e6b5352eec50ac0450e7f0f353 100644 (file)
@@ -34,4 +34,11 @@ from BaseTLB import BaseTLB
 class AlphaTLB(BaseTLB):
     type = 'AlphaTLB'
     cxx_class = 'AlphaISA::TLB'
-    size = Param.Int(64, "TLB size")
+    cxx_header = "arch/alpha/tlb.hh"
+    size = Param.Int("TLB size")
+
+class AlphaDTB(AlphaTLB):
+    size = 64
+
+class AlphaITB(AlphaTLB):
+    size = 48