gem5/src/python
Nathan Binkert afb279b1bb output: Make panic/fatal/warn more flexible so we can add some new ones.
The major thrust of this change is to limit the amount of code
duplication surrounding the code for these functions.  This code also
adds two new message types called info and hack.  Info is meant to be
less harsh than warn so people don't get confused and start thinking
that the simulator is broken.  Hack is a way for people to add runtime
messages indicating that the simulator just executed a code "hack"
that should probably be fixed.  The benefit of knowing about these
code hacks is that it will let people know what sorts of inaccuracies
or potential bugs might be entering their experiments.  Finally, I've
added some flags to turn on and off these message types so command
line options can change them.
2008-10-10 10:18:28 -07:00
..
m5 jobfile: Add support for dictionaries as jobfile options. 2008-10-10 10:15:01 -07:00
swig output: Make panic/fatal/warn more flexible so we can add some new ones. 2008-10-10 10:18:28 -07:00
importer.py libm5: Create a libm5 static library for embedding m5. 2008-08-03 18:19:54 -07:00
SConscript libm5: Create a libm5 static library for embedding m5. 2008-08-03 18:19:54 -07:00