diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2016-12-19 16:25:37 +0000 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2016-12-19 16:25:37 +0000 |
commit | ac8e73565a244257f233cecfe936caf043af18fe (patch) | |
tree | c3bd30971eebafee7d4339f557cb6d9d319c84f1 /configs/common/Caches.py | |
parent | b9c7b8190c27ad161689934fa780859860cfd74f (diff) | |
download | gem5-ac8e73565a244257f233cecfe936caf043af18fe.tar.xz |
sim: Remove redundant buildEnv import
Change-Id: Id6bdbc0c988aa92b96e292cabc913e6b974f14bb
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Diffstat (limited to 'configs/common/Caches.py')
-rw-r--r-- | configs/common/Caches.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/common/Caches.py b/configs/common/Caches.py index acaa0024e..926a41d07 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 |