diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-01-17 00:52:51 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-01-17 00:52:51 -0500 |
commit | a5df4b5c324704720d775fc34656aa07e7726148 (patch) | |
tree | 96c542256584d47830892f6969e0e6e9b2648c2c /test | |
parent | 3ece6ab029756fa40679677d124e14acd1349416 (diff) | |
download | gem5-a5df4b5c324704720d775fc34656aa07e7726148.tar.xz |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/genini.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/genini.py b/test/genini.py index 1b740d554..bad173365 100644 --- a/test/genini.py +++ b/test/genini.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # Copyright (c) 2005 The Regents of The University of Michigan # All rights reserved. # |