sim: Add SWIG interface for Serializable
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Fri, 2 Nov 2012 16:32:02 +0000 (11:32 -0500)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Fri, 2 Nov 2012 16:32:02 +0000 (11:32 -0500)
commitaae6134b5487e02a90445d1b2146583740658b09
tree95253a9db555dcfcac23c7875ce5003c12f75cde
parentdc01535c7e800189c4cb46cab470f4b958be94c7
sim: Add SWIG interface for Serializable

This changeset adds a SWIG interface for the Serializable class, which
fixes a warning when compiling the SWIG interface for the event
queue. Currently, the only method exported is the name() method.
src/python/SConscript
src/python/m5/SimObject.py
src/python/swig/event.i
src/python/swig/serialize.i [new file with mode: 0644]