summaryrefslogtreecommitdiff
path: root/configs/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/test.py')
-rw-r--r--configs/test.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/test.py b/configs/test.py
deleted file mode 100644
index ea0e63a61..000000000
--- a/configs/test.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from m5 import *
-AddToPath('/z/stever/bk/m5-test')
-import Benchmarks
-
-mem = PhysicalMemory()
-cpu = SimpleCPU(workload=Benchmarks.HelloWorld(), mem=mem)
-system = System(physmem=mem, cpu=cpu)
-root = Root(system=system)