sim: Remove redundant buildEnv import
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 19 Dec 2016 16:25:37 +0000 (16:25 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 19 Dec 2016 16:25:37 +0000 (16:25 +0000)
Change-Id: Id6bdbc0c988aa92b96e292cabc913e6b974f14bb
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
configs/common/Caches.py
src/sim/Root.py
src/sim/System.py

index acaa0024ec6e4c5608ef0009f4d491782cd32a04..926a41d07b73777a0db2d5e308526c2fc6bbabf7 100644 (file)
@@ -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
index 776222b9ce5507d27ed46884bd687ffc0896e6f1..e754a764cb08b3e909dad3ccb20fa1a5542b615b 100644 (file)
@@ -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
 
index 0d025164679c0695579b2c10fea90fabfd0b04dc..8ebf7a024fc4026364cd2c410e4e4cc6678548d9 100644 (file)
@@ -29,7 +29,6 @@
 #          Rick Strong
 
 from m5.SimObject import SimObject
-from m5.defines import buildEnv
 from m5.params import *
 from m5.proxy import *