Move max_time and progress_interval parameters to the Root
authorNathan Binkert <binkertn@umich.edu>
Wed, 22 Jun 2005 13:59:13 +0000 (09:59 -0400)
committerNathan Binkert <binkertn@umich.edu>
Wed, 22 Jun 2005 13:59:13 +0000 (09:59 -0400)
commit91f5736fd3fe989a7d5f3db10070fdedea36e1b4
treefd62e362e7024addd0ec893d4fc9a6d19a12e2f8
parent1331a723c3113497deb63d0503ab49709d64b0c2
Move max_time and progress_interval parameters to the Root
object and get rid of the ParamContext that each used to have.

python/m5/objects/Root.py:
    Add max_time and progress_interval to the Root object
sim/root.cc:
    Add max_time and progress_interval to the Root object.  These
    parameters used to be in their own contexts in sim_events.cc
sim/sim_events.cc:
    Get rid of the ParamContext for max cycles and the progress
    event.  Move the functionality to the Root object
sim/sim_events.hh:
    Move ProgressEvent declaration to the header so that it can
    be used in other files.

--HG--
extra : convert_revision : ff664b806855e8eb9201b8a25392aa53204464f0
python/m5/objects/Root.py
sim/root.cc
sim/sim_events.cc
sim/sim_events.hh