summaryrefslogtreecommitdiff
path: root/src/python/m5/params.py
AgeCommit message (Expand)Author
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-05-11Float should have a c++ param typeNathan Binkert
2007-04-12Fix NextEthernetAddr.Nathan Binkert
2007-03-06Python parameters types need analogous C++ typesNathan Binkert
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-03-02Factor code out of main.cc and main.i into a bunch of filesNathan Binkert
2007-01-25Instead of passing an int to represent time between python and C++Nathan Binkert
2007-01-03Add 'Time' as a parameter type that can accept variousNathan Binkert
2006-12-02Support better param conversions to/from numeric subclasses.Steve Reinhardt
2006-11-12Create a module called internal where swigged stuff goes.Nathan Binkert
2006-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-10-08Fixes for Port proxies and proxy parameters.Steve Reinhardt
2006-09-08Add support for assigning lists of ports or proxies to VectorPorts.Steve Reinhardt
2006-09-05Enable proxies (Self/Parent) for specifying ports.Steve Reinhardt
2006-09-05Print ports in config.ini as well.Steve Reinhardt
2006-09-04More Python hacking to deal with config.py splitSteve Reinhardt
2006-09-04Split config.py into multiple files.Steve Reinhardt