Byproducts of aborted attempt to refine 'parent' proxy semantics.
authorSteve Reinhardt <stever@eecs.umich.edu>
Fri, 18 Mar 2005 18:34:28 +0000 (13:34 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Fri, 18 Mar 2005 18:34:28 +0000 (13:34 -0500)
commitc929ee2c1001b25b2c12ca0256b73ea429ac6052
tree83b0058bcaedf01d3cbaf2be6210a4a617fd8f83
parent8b9e38c303a50b773a0b4d6d4e04ebba53ce0d72
Byproducts of aborted attempt to refine 'parent' proxy semantics.
Mostly cleanup of mpy_importer.mpy_parse().

python/m5/__init__.py:
    Move panic() up to top in case we want to use it
    in mpy_importer (though I ended up not doing that
    after all).
python/m5/config.py:
    Add a couple of comments and a check for expressions
    like parent.any.foo (which is illegal).

--HG--
extra : convert_revision : dfc99ac9b1a2d91a736ca0b773b6d3c528a4f3cc
python/m5/__init__.py
python/m5/config.py