X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fpython%2Fm5%2Fcore.py;h=ab0ea57ead1c7bce7bf5100b5b87913eb46e34a6;hb=1ccc7025398a78e0483ec5a9706a8de019d83474;hp=1d7985be62b5e16526dec1b4df5e3aa6ea01aff2;hpb=d080581db1f9ee4e1e6d07d2b01c13c67908a391;p=gem5.git diff --git a/src/python/m5/core.py b/src/python/m5/core.py index 1d7985be6..ab0ea57ea 100644 --- a/src/python/m5/core.py +++ b/src/python/m5/core.py @@ -26,15 +26,4 @@ # # Authors: Nathan Binkert -import internal -from internal.core import initAll, regAllStats - -def setOutputDir(dir): - internal.core.setOutputDir(dir) - -def initAll(): - internal.core.initAll() - -def regAllStats(): - internal.core.regAllStats() - +from _m5.core import setOutputDir