summaryrefslogtreecommitdiff
path: root/src/python/m5/params.py
AgeCommit message (Expand)Author
2011-07-10O3: Make sure fetch doesn't go off into the weeds during speculation.Ali Saidi
2011-07-10Config: Add support for a Self.all proxy objectAli Saidi
2011-05-23config: reinstate implicit parenting on parameter assignmentSteve Reinhardt
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2010-12-20Params: Fix a broken error message in verifyIp.Gabe Black
2010-11-23Copyright: Add AMD copyright to the param changes I just made.Gabe Black
2010-11-23Params: Add parameter types for IP addresses in various forms.Gabe Black
2010-11-11Params: Fix an off by one error and a misleading comment.Gabe Black
2010-09-12swig: make all generated files go into the m5.internal packageNathan Binkert
2010-09-09scons: Stop building the big monolithic swigged params moduleNathan Binkert
2010-09-09scons: use code_formatter wherever we can in the build systemNathan Binkert
2010-08-17misc: add some AMD copyright noticesSteve Reinhardt
2010-08-17sim: clean up child handlingSteve Reinhardt
2010-08-17sim: fail on implicit creation of orphans via portsSteve Reinhardt
2009-09-22params: small cleanup to param description internalsNathan Binkert
2009-09-22python: Move more code into m5.util allow SCons to use that code.Nathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-01-30Errors: Print a URL with a hash of the format string to find more information...Ali Saidi
2008-09-29Make overriding port assignments in Python work,Steve Reinhardt
2008-06-15params: Prevent people from setting attributes on vector params.Nathan Binkert
2008-06-14params: Fix the memory bandwidth parameterNathan Binkert
2008-06-14params: Fix floating point parametersNathan Binkert
2008-06-12Params: Remove an unnecessary include.Gabe Black
2007-11-08Python: Allow a range to be a python tuple/list.Ali Saidi
2007-08-30python: Write configuration file without reassigning sys.stdout.Miles Kaufmann
2007-08-30python: Eliminate the Python use of eval() and frame manipulationMiles Kaufmann
2007-08-02python: Improve support for python calling back to C++ member functions.Nathan Binkert
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