Add the pentium 4 configuration. Add some command line options
authorNathan Binkert <binkertn@umich.edu>
Mon, 17 Jan 2005 05:52:51 +0000 (00:52 -0500)
committerNathan Binkert <binkertn@umich.edu>
Mon, 17 Jan 2005 05:52:51 +0000 (00:52 -0500)
commita5df4b5c324704720d775fc34656aa07e7726148
tree96c542256584d47830892f6969e0e6e9b2648c2c
parent3ece6ab029756fa40679677d124e14acd1349416
Add the pentium 4 configuration.  Add some command line options
to M5 to support the python configuration stuff.

sim/main.cc:
    Make the -I option update the include path for phython as
    well as cpp
    Make the -P option pass a raw python string to the interpreter
    Make the -E option add strings to the environment
    Break up the various steps of python processing to accomidate
    multiple files and the various new options
test/genini.py:
    Make this executable

--HG--
extra : convert_revision : 6acc50d2e4367c5ceaee013db987c8a1db924df3
sim/main.cc
test/genini.py