diff options
Diffstat (limited to 'src/python/m5/objects/System.py')
-rw-r--r-- | src/python/m5/objects/System.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/python/m5/objects/System.py b/src/python/m5/objects/System.py index 386f39277..bc2a002cb 100644 --- a/src/python/m5/objects/System.py +++ b/src/python/m5/objects/System.py @@ -1,5 +1,7 @@ +from m5.SimObject import SimObject +from m5.params import * +from m5.proxy import * from m5 import build_env -from m5.config import * class MemoryMode(Enum): vals = ['invalid', 'atomic', 'timing'] |