>> For the case with the hack in it now, wouldn't something like rescheduling
>> it to the current tick, and setting auto delete (it seems like there is no
>> method to actually do this though) be better?
> AutoDelete is a flag.  Just call limit_event.setFlags(AutoDelete);

Though you can't make an exit_event AutoDelete because the event needs
to be returned to python.  So holding onto it and reusing it between
simulate() calls is probably the correct thing to do.

  Nate
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to