changeset 302c6b957854 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=302c6b957854
description:
sim: Remove redundant buildEnv import
Change-Id: Id6bdbc0c988aa92b96e292cabc913e6b974f14bb
Signed-off-by: Andreas Sandberg <[email protected]>
Reviewed-by: Curtis Dunham <[email protected]>
diffstat:
configs/common/Caches.py | 1 +
src/sim/Root.py | 1 -
src/sim/System.py | 1 -
3 files changed, 1 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 29d401db3746 -r 302c6b957854 configs/common/Caches.py
--- a/configs/common/Caches.py Thu Dec 15 16:59:17 2016 -0500
+++ b/configs/common/Caches.py Mon Dec 19 16:25:37 2016 +0000
@@ -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 -r 29d401db3746 -r 302c6b957854 src/sim/Root.py
--- a/src/sim/Root.py Thu Dec 15 16:59:17 2016 -0500
+++ b/src/sim/Root.py Mon Dec 19 16:25:37 2016 +0000
@@ -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 -r 29d401db3746 -r 302c6b957854 src/sim/System.py
--- a/src/sim/System.py Thu Dec 15 16:59:17 2016 -0500
+++ b/src/sim/System.py Mon Dec 19 16:25:37 2016 +0000
@@ -29,7 +29,6 @@
# Rick Strong
from m5.SimObject import SimObject
-from m5.defines import buildEnv
from m5.params import *
from m5.proxy import *
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev