Commit f3dcdc07 authored by Andrew Waterman's avatar Andrew Waterman
Browse files

D$: fix perf.blocked hint signal

d_address_inc is only valid when d.valid is true (or, more precisely, when
d.bits.opcode is valid).  So, we weren't unblocking the core on the most
optimal cycle in some cases.  This only seems to happen in practice with
noisy drops, since there d.bits.opcode is sometimes ReleaseAck, whereas
otherwise d.bits.opcode is almost always GrantData.

Not a correctness issue.
parent 55383be5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment