Expose the C++ event queue to python via the python function
authorNathan Binkert <binkertn@umich.edu>
Fri, 22 Dec 2006 06:38:50 +0000 (22:38 -0800)
committerNathan Binkert <binkertn@umich.edu>
Fri, 22 Dec 2006 06:38:50 +0000 (22:38 -0800)
commitecd1420341f6d96bd485cedf9b08a809d7e99176
treee0d83a6c9f0ef1484747fd74b120541fd8f3c756
parentba191d85c274934142430c1522a10ecdbc78d4f6
Expose the C++ event queue to python via the python function
m5.internal.event.create().  It takes a python object and a
Tick and calls process() when the Tick occurs.

--HG--
extra : convert_revision : 5e4c9728982b206163ff51e6850a1497d85ad7a3
src/SConscript
src/python/SConscript
src/python/swig/event.i [new file with mode: 0644]
src/python/swig/pyevent.cc [new file with mode: 0644]
src/python/swig/pyevent.hh [new file with mode: 0644]