summaryrefslogtreecommitdiff
path: root/src/arch/alpha/AlphaTLB.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/AlphaTLB.py')
-rw-r--r--src/arch/alpha/AlphaTLB.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/arch/alpha/AlphaTLB.py b/src/arch/alpha/AlphaTLB.py
index 7cfb549f3..099327470 100644
--- a/src/arch/alpha/AlphaTLB.py
+++ b/src/arch/alpha/AlphaTLB.py
@@ -28,7 +28,10 @@
from m5.SimObject import SimObject
from m5.params import *
-class AlphaTLB(SimObject):
+
+from BaseTLB import BaseTLB
+
+class AlphaTLB(BaseTLB):
type = 'AlphaTLB'
abstract = True
size = Param.Int("TLB size")