gem5/test
Steve Reinhardt af33e74638 Small initial steps toward generating C++ param structs
from Python object descriptions.  Mostly cleanup of Python
code based on things I encountered trying to figure out
what's going on.  Main reason I'm committing this now is
to transfer work from my laptop to zizzer.

sim/pyconfig/m5config.py:
    Small steps toward param struct generation: all param
    objects should now have a _cppname attribute that holds
    their corresponding C++ type name.

    Made Param ptype attribute an actual type instead of a
    string.  String is still stored in ptype_string.

    Get rid of AddToPath() and Import() (redundant copies
    are in importer, and that seems to be the more logical
    place for them).

    Add a few comments, delete some unused code.
test/genini.py:
    A few fixes to make the environment more compatible
    with what really happens when configs are executed
    from the m5 binary.

--HG--
extra : convert_revision : 9fc8f72cd0c22ba3deada02f37484787342534f2
2005-02-22 23:53:34 -05:00
..
bitvectest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
circletest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
cprintftest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
foo.ini New ini-file feature: += appends RHS to LHS. 2003-10-21 21:24:34 -07:00
genini.py Small initial steps toward generating C++ param structs 2005-02-22 23:53:34 -05:00
initest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
initest.ini Import changeset 2003-10-07 10:41:54 -04:00
lru_test.cc Import changeset 2003-10-07 10:41:54 -04:00
Makefile Make a new stat type of Value which is a scalar stat that 2004-05-12 15:49:01 -04:00
nmtest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
offtest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
paramtest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
rangetest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sized_test.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
stattest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
strnumtest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
symtest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
tokentest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
tracetest.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00