ARM: Decode neon memory instructions.
[gem5.git] / src / arch / alpha / AlphaTLB.py
index 0993274706f4604cfbb96a16448f2c8f3c4878a9..51f636ec26262e3a9d9eb820f2adfbba5753a3d6 100644 (file)
@@ -33,15 +33,11 @@ from BaseTLB import BaseTLB
 
 class AlphaTLB(BaseTLB):
     type = 'AlphaTLB'
-    abstract = True
+    cxx_class = 'AlphaISA::TLB'
     size = Param.Int("TLB size")
 
 class AlphaDTB(AlphaTLB):
-    type = 'AlphaDTB'
-    cxx_class = 'AlphaISA::DTB'
     size = 64
 
 class AlphaITB(AlphaTLB):
-    type = 'AlphaITB'
-    cxx_class = 'AlphaISA::ITB'
     size = 48