diff options
author | Nathan Binkert <nate@binkert.org> | 2009-01-19 09:59:13 -0800 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-01-19 09:59:13 -0800 |
commit | 0876c822dd25e57e8811ceb31f67a3536c9855b0 (patch) | |
tree | 66cd21f818009713162423c8ad1805cb430f9b30 /src/python/SConscript | |
parent | f15f252d4e45f74a3b6e5ef0a7afacc656480792 (diff) | |
download | gem5-0876c822dd25e57e8811ceb31f67a3536c9855b0.tar.xz |
tracing: panic() if people try to use tracing, but TRACING_ON is not set.
Also clean things up so that help strings can more easily be added.
Move the help function into trace.py
Diffstat (limited to 'src/python/SConscript')
-rw-r--r-- | src/python/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/SConscript b/src/python/SConscript index 94119c77d..726254c1d 100644 --- a/src/python/SConscript +++ b/src/python/SConscript @@ -48,6 +48,7 @@ PySource('m5', 'm5/simulate.py') PySource('m5', 'm5/smartdict.py') PySource('m5', 'm5/stats.py') PySource('m5', 'm5/ticks.py') +PySource('m5', 'm5/trace.py') PySource('m5.util', 'm5/util/__init__.py') PySource('m5.util', 'm5/util/attrdict.py') PySource('m5.util', 'm5/util/jobfile.py') |