configs: add command-line option to stop debug output
authorMichael LeBeane <Michael.Lebeane@amd.com>
Sat, 13 Feb 2016 17:36:43 +0000 (12:36 -0500)
committerMichael LeBeane <Michael.Lebeane@amd.com>
Sat, 13 Feb 2016 17:36:43 +0000 (12:36 -0500)
commit2ae4cce3934873908afacc81b65d4093731a3e93
treeeeea7b284d25f9517ec220070dbeb114877c8762
parent8d923c7380f1d5a1418c1d4b71cd4cfc63429448
configs: add command-line option to stop debug output

This patch adds a --debug-end flag to main.py so that debug output can be
stoped at a specified tick, while allowing the simulation to continue. It is
useful in situations where you would like to produce a trace for a region of
interest while still collecting stats for the entire run. This is in contrast
to the currently existing --debug-break flag, which terminates the simulation
at the tick.
src/python/m5/main.py