summaryrefslogtreecommitdiff
path: root/configs/common/Simulation.py
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2006-10-30 16:51:46 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2006-10-30 16:51:46 -0500
commit580c8421ab5d438ea4264a3a44495568a38bc59b (patch)
treef9ae5cbebe2e4c3568297b1fa9a058f9a21edc03 /configs/common/Simulation.py
parentfe2698c435ef8f37273e60f1cc7d70b95b4aa3d5 (diff)
downloadgem5-580c8421ab5d438ea4264a3a44495568a38bc59b.tar.xz
se.py, fs.py:
import Caches Simulation.py: Fix typo - L2Cache --> L1Cache configs/common/Simulation.py: Fix typo - L2Cache --> L1Cache configs/example/fs.py: configs/example/se.py: import Caches --HG-- extra : convert_revision : 4292225b322c069665262eab7c83b5341844fba0
Diffstat (limited to 'configs/common/Simulation.py')
-rw-r--r--configs/common/Simulation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/common/Simulation.py b/configs/common/Simulation.py
index a2d045a5e..5e9c1d339 100644
--- a/configs/common/Simulation.py
+++ b/configs/common/Simulation.py
@@ -30,7 +30,7 @@ from os import getcwd
import m5
from m5.objects import *
m5.AddToPath('../common')
-from Caches import *
+from Caches import L1Cache
def run(options, root, testsys):
if options.maxtick: