Enable proxies (Self/Parent) for specifying ports.
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 6 Sep 2006 05:04:34 +0000 (22:04 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 6 Sep 2006 05:04:34 +0000 (22:04 -0700)
commit545cbec5f711ba36899e97fbcdcd26aa9a611c99
tree304daaa81a177b5489f16364249fd5f5a0018a4e
parent6c7a490c2b779ea45adfc5708f50aa16718582e4
Enable proxies (Self/Parent) for specifying ports.
Significant revamp of Port code.
Some cleanup of SimObject code too, particularly to
make the SimObject and MetaSimObject implementations of
__setattr__ more consistent.
Unproxy code split out of print_ini().

src/python/m5/multidict.py:
    Make get() return None by default, to match semantics
    of built-in dictionary objects.

--HG--
extra : convert_revision : db73b6cdd004a82a08b2402afd1e16544cb902a4
configs/common/FSConfig.py
src/python/m5/SimObject.py
src/python/m5/__init__.py
src/python/m5/multidict.py
src/python/m5/objects/Device.py
src/python/m5/objects/Pci.py
src/python/m5/params.py
src/python/m5/proxy.py