inorder: activity tracking bug
authorKorey Sewell <ksewell@umich.edu>
Fri, 4 Feb 2011 05:08:13 +0000 (00:08 -0500)
committerKorey Sewell <ksewell@umich.edu>
Fri, 4 Feb 2011 05:08:13 +0000 (00:08 -0500)
commit7f937e11e2779628002d063a368ee3101a32471d
tree4abcb47af12755b24520a51c29650ce16a13cd94
parent091a3e6cc0f089b6ba6877c8127ebd2ebf8e7c21
inorder: activity tracking bug
Previous code was marking CPU activity on almost every cycle due to a bug in
tracking the status of pipeline stages. This disables the CPU from sleeping
on long latency stalls and increases simulation time
src/cpu/inorder/first_stage.cc
src/cpu/inorder/pipeline_stage.cc