python: Try to isolate the stuff that's in the m5.internal package a bit more.
This commit is contained in:
5
src/python/m5/core.py
Normal file
5
src/python/m5/core.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import internal
|
||||
|
||||
def setOutputDir(dir):
|
||||
internal.core.setOutputDir(dir)
|
||||
|
||||
Reference in New Issue
Block a user