Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-02 | Factor code out of main.cc and main.i into a bunch of files | Nathan Binkert | |
so things are organized in a more sensible manner. Take apart finalInit and expose the individual functions which are now called from python. Make checkpointing a bit easier to use. --HG-- extra : convert_revision : f470ddabbb47103e7b4734ef753c40089f2dcd9d | |||
2006-12-21 | Expose the C++ event queue to python via the python function | Nathan Binkert | |
m5.internal.event.create(). It takes a python object and a Tick and calls process() when the Tick occurs. --HG-- extra : convert_revision : 5e4c9728982b206163ff51e6850a1497d85ad7a3 |