Minor enhancements to Python config stuff:
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 28 Apr 2004 23:28:37 +0000 (16:28 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 28 Apr 2004 23:28:37 +0000 (16:28 -0700)
commitd85b26d65a345b8158ba9b5e95e30797bd8ad47e
treedad48e4c55217c3ec56b77881ec6eb141a8b916e
parent05f29b8d8d8e3cfa3af24fdd4db2a6b393780f53
Minor enhancements to Python config stuff:
- Add support for assigning NULL to SimObject pointers.  In Python,
this is a special value, distinct from None.
- Initial, incomplete pass at regenerating C++ parameter code (declarations
and INIT_PARAM macros) from .odesc files.

util/config/m5config.py:
    - Add support for assigning NULL to SimObject pointers.  In Python,
    this is a special value, distinct from None.
    - Initial, incomplete pass at regenerating C++ parameter code (declarations
    and INIT_PARAM macros) from .odesc files.

--HG--
extra : convert_revision : d7ae8f32e30b3c0829fd1a60589dd998e2e0d0d7
util/config/m5config.py