Review Board 2.0.15


cpu: Fix a bug in counting issued instructions in MinorCPU

Review Request #2769 - Created May 8, 2015 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10838:23b67296c63f
---------------------------
cpu: Fix a bug in counting issued instructions in MinorCPU

The MinorCPU would count bubbles in Execute::issue as part of
the num_insts_issued and so sometimes reach the instruction
issue limit incorrectly.

Fixed by checking for a bubble in one new place.

   
Review request changed
Updated (May 26, 2015, 6:11 a.m.)

Status: Closed (submitted)