gem5/src/python/m5
Nathan Binkert e04208f046 Fix NextEthernetAddr.
unproxy() needs to return a new object otherwise all
instances will use the same value.  This fix is more
or less unique to NextEthernetAddr because its use of
the proxy stuff is a bit different than everything else.

--HG--
extra : convert_revision : 2ce452e37d00b9ba76b6abfaec0ad2e0073920d7
2007-04-12 08:37:55 -07:00
..
objects Override addPrivateSplitL1Caches function in order to automatically set the tgts_per_mshr of the caches to 20. This is needed otherwise things will potentially lock up when using the O3CPU because the caches can run out of targets, and then not respond. 2007-03-29 12:25:47 -04:00
__init__.py Cleanup 2007-03-06 22:16:18 -08:00
attrdict.py Migrate most of main() and and all option parsing to python 2006-07-10 23:00:13 -04:00
convert.py Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
event.py Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
main.py Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
multidict.py Enable proxies (Self/Parent) for specifying ports. 2006-09-05 22:04:34 -07:00
params.py Fix NextEthernetAddr. 2007-04-12 08:37:55 -07:00
proxy.py Fixes for Port proxies and proxy parameters. 2006-10-08 18:26:59 -07:00
SimObject.py Factor code out of main.cc and main.i into a bunch of files 2007-03-02 22:24:00 -08: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 Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
util.py Split config.py into multiple files. 2006-09-04 10:52:26 -07:00