diff options
author | Giacomo Gabrielli <Giacomo.Gabrielli@arm.com> | 2011-07-15 11:53:35 -0500 |
---|---|---|
committer | Giacomo Gabrielli <Giacomo.Gabrielli@arm.com> | 2011-07-15 11:53:35 -0500 |
commit | 69ef57fd0f226af90faf46ac877343b5493df693 (patch) | |
tree | 3e4572c2a803aea5636a4059ce853144fd5f0ae0 /src/cpu/SConscript | |
parent | 09914cdf8f270cb4ab1861d1ff92b91e49b39608 (diff) | |
download | gem5-69ef57fd0f226af90faf46ac877343b5493df693.tar.xz |
O3: Create a pipeline activity viewer for the O3 CPU model.
Implemented a pipeline activity viewer as a python script (util/o3-pipeview.py)
and modified O3 code base to support an extra trace flag (O3PipeView) for
generating traces to be used as inputs by the tool.
Diffstat (limited to 'src/cpu/SConscript')
-rw-r--r-- | src/cpu/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/SConscript b/src/cpu/SConscript index edb4b2702..b24866ddd 100644 --- a/src/cpu/SConscript +++ b/src/cpu/SConscript @@ -173,6 +173,7 @@ DebugFlag('ExecKernel') DebugFlag('ExecAsid') DebugFlag('Fetch') DebugFlag('IntrControl') +DebugFlag('O3PipeView') DebugFlag('PCEvent') DebugFlag('Quiesce') |