summaryrefslogtreecommitdiff
path: root/src/python/m5/core.py
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-01-19 09:59:15 -0800
committerNathan Binkert <nate@binkert.org>2009-01-19 09:59:15 -0800
commitda14789c32e14c62cdb0e11957607955e2a19c8a (patch)
tree7ff270c1a9e8547ea28fdf809941f27764977c05 /src/python/m5/core.py
parentc9d3113015c69766f65851addf41172b9bc046b2 (diff)
downloadgem5-da14789c32e14c62cdb0e11957607955e2a19c8a.tar.xz
python: Try to isolate the stuff that's in the m5.internal package a bit more.
Diffstat (limited to 'src/python/m5/core.py')
-rw-r--r--src/python/m5/core.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/python/m5/core.py b/src/python/m5/core.py
new file mode 100644
index 000000000..34590016e
--- /dev/null
+++ b/src/python/m5/core.py
@@ -0,0 +1,5 @@
+import internal
+
+def setOutputDir(dir):
+ internal.core.setOutputDir(dir)
+