O3: Create a pipeline activity viewer for the O3 CPU model.
authorGiacomo Gabrielli <Giacomo.Gabrielli@arm.com>
Fri, 15 Jul 2011 16:53:35 +0000 (11:53 -0500)
committerGiacomo Gabrielli <Giacomo.Gabrielli@arm.com>
Fri, 15 Jul 2011 16:53:35 +0000 (11:53 -0500)
commit69ef57fd0f226af90faf46ac877343b5493df693
tree3e4572c2a803aea5636a4059ce853144fd5f0ae0
parent09914cdf8f270cb4ab1861d1ff92b91e49b39608
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.
src/cpu/SConscript
src/cpu/o3/commit_impl.hh
src/cpu/o3/decode_impl.hh
src/cpu/o3/dyn_inst.hh
src/cpu/o3/dyn_inst_impl.hh
src/cpu/o3/fetch_impl.hh
src/cpu/o3/iew_impl.hh
src/cpu/o3/inst_queue_impl.hh
src/cpu/o3/rename_impl.hh
util/o3-pipeview.py [new file with mode: 0755]