gem5/src/python/m5
Nathan Binkert 94b08bed07 SimObjects: Clean up handling of C++ namespaces.
Make them easier to express by only having the cxx_type parameter which
has the full namespace name, and drop the cxx_namespace thing.
Add support for multiple levels of namespace.
2008-10-09 22:19:39 -07:00
..
internal python: Improve support for python calling back to C++ member functions. 2007-08-02 22:50:02 -07:00
util python: Move various utility classes into a new m5.util package so 2008-06-14 20:19:49 -07:00
__init__.py libm5: Create a libm5 static library for embedding m5. 2008-08-03 18:19:54 -07:00
config.py Add .m5 configuration directory 2008-06-14 21:15:59 -07:00
convert.py Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
environment.py Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
event.py eventq: Major API change for the Event and EventQueue structures. 2008-10-09 04:58:23 -07:00
main.py eventq: convert all usage of events to use the new API. 2008-10-09 04:58:24 -07:00
options.py python: cleanup options parsing stuff so that it properly deals with defaults. 2008-10-06 09:31:51 -07:00
params.py Make overriding port assignments in Python work, 2008-09-29 23:30:14 -07:00
proxy.py Fixes for Port proxies and proxy parameters. 2006-10-08 18:26:59 -07:00
SimObject.py SimObjects: Clean up handling of C++ namespaces. 2008-10-09 22:19:39 -07:00
simulate.py sockets: Add a function to disable all listening sockets. 2008-08-03 18:19:55 -07:00
smartdict.py Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
stats.py Do the default argument stuff in python 2007-03-03 07:45:55 -08:00
ticks.py Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00