Cross Reference: core.py
xref
: /
gem5
/
src
/
python
/
m5
/
core.py
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/gem5/src/python/m5/
core.py revision 5801
1
import
internal
2
3
def
setOutputDir
(
dir
):
4
internal
.
core
.
setOutputDir
(
dir
)
5
6