diff options
Diffstat (limited to 'src/python/m5/objects/AlphaTLB.py')
-rw-r--r-- | src/python/m5/objects/AlphaTLB.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/python/m5/objects/AlphaTLB.py b/src/python/m5/objects/AlphaTLB.py index 11c1792ee..af7c04a84 100644 --- a/src/python/m5/objects/AlphaTLB.py +++ b/src/python/m5/objects/AlphaTLB.py @@ -1,4 +1,5 @@ -from m5.config import * +from m5.SimObject import SimObject +from m5.params import * class AlphaTLB(SimObject): type = 'AlphaTLB' abstract = True |