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