sim: move iterating over SimObjects into Python.
This commit is contained in:
@@ -27,14 +27,6 @@
|
||||
# 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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user