deprecate the m5exit instruction and rename it to m5exit_old
authorNathan Binkert <binkertn@umich.edu>
Sun, 2 Nov 2003 07:07:31 +0000 (02:07 -0500)
committerNathan Binkert <binkertn@umich.edu>
Sun, 2 Nov 2003 07:07:31 +0000 (02:07 -0500)
commitc7d6745b073982782eb05ca523b53e1c7fe784da
treea8b4047fe21b28aaa2234aa1d22a3eb0e31d34f9
parent7c6fa585ca5f0d79024a7f83faacaebf29f95999
deprecate the m5exit instruction and rename it to m5exit_old
Implement a new m5exit instruction with an optional delay

arch/alpha/isa_desc:
    move m5exit to m5exit old.  The old version of the
    instruction is now deprecated

    Implement the new exit instruction with the optional delay
sim/sim_events.cc:
sim/sim_events.hh:
    Make SimExit take a cycle
sim/universe.cc:
    provide ticksPerMS, ticksPerUS, and ticksPerNS so we don't
    have to do math during the cycle

--HG--
extra : convert_revision : e2ed47a2e5cfcd57c82086c6fcb4a28bf801c214
arch/alpha/isa_desc
sim/sim_events.cc
sim/sim_events.hh
sim/universe.cc