For now using the checkpoint or switchcpu pseudo instructions will return control...
authorKevin Lim <ktlim@umich.edu>
Thu, 6 Jul 2006 03:38:11 +0000 (23:38 -0400)
committerKevin Lim <ktlim@umich.edu>
Thu, 6 Jul 2006 03:38:11 +0000 (23:38 -0400)
commiteceba1405a70db1a1bc5538af99baca8fef422b6
tree9eb5c79c2b2350abb2be3b1b580a741ad0569b97
parentd598061dd6e9aa83ef2613e2c7825a491c53b893
For now using the checkpoint or switchcpu pseudo instructions will return control to Python, returning the cause to be the instruction name.  The user's script must then interpret the reason for exiting the simulation loop and handle the action accordingly.  This may change in the future.

src/sim/pseudo_inst.cc:
    Exit sim loop with a specific string to indicate to Python what caused the exit.  The user's script needs to interpret the exit events and handle them as desired.

--HG--
extra : convert_revision : 8eb4a42285dacb3ada3a791173c605b5acb78598
src/sim/pseudo_inst.cc