Searched hist:10851 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/minor/
H A Dexecute.cc10851:a50657a4f0c1 Tue May 26 03:21:00 EDT 2015 Andrew Bardsley <Andrew.Bardsley@arm.com> 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.

Completed in 11 milliseconds