diff --git a/configs/common/Caches.py b/configs/common/Caches.py index acaa0024ec..926a41d07b 100644 --- a/configs/common/Caches.py +++ b/configs/common/Caches.py @@ -38,6 +38,7 @@ # # Authors: Lisa Hsu +from m5.defines import buildEnv from m5.objects import * # Base implementations of L1, L2, IO and TLB-walker caches. There are diff --git a/src/sim/Root.py b/src/sim/Root.py index 776222b9ce..e754a764cb 100644 --- a/src/sim/Root.py +++ b/src/sim/Root.py @@ -29,7 +29,6 @@ # Authors: Nathan Binkert from m5.SimObject import SimObject -from m5.defines import buildEnv from m5.params import * from m5.util import fatal diff --git a/src/sim/System.py b/src/sim/System.py index 0d02516467..8ebf7a024f 100644 --- a/src/sim/System.py +++ b/src/sim/System.py @@ -29,7 +29,6 @@ # Rick Strong from m5.SimObject import SimObject -from m5.defines import buildEnv from m5.params import * from m5.proxy import *