gem5/src/python/m5/core.py

6 lines
77 B
Python
Raw Normal View History

import internal
def setOutputDir(dir):
internal.core.setOutputDir(dir)