simulate.py (11991:d3f19484145f) simulate.py (12011:1279b1d30ccd)
1# Copyright (c) 2012 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 354 unchanged lines hidden (view full) ---

363 }
364 _m5.core.setOutputDir(options.outdir)
365 else:
366 fork_count += 1
367
368 return pid
369
370from _m5.core import disableAllListeners, listenersDisabled
1# Copyright (c) 2012 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 354 unchanged lines hidden (view full) ---

363 }
364 _m5.core.setOutputDir(options.outdir)
365 else:
366 fork_count += 1
367
368 return pid
369
370from _m5.core import disableAllListeners, listenersDisabled
371from _m5.core import listenersLoopbackOnly
371from _m5.core import curTick
372from _m5.core import curTick