Commit 53dfc5e9 authored by Andrew Waterman's avatar Andrew Waterman Committed by GitHub
Browse files

Remove overzealous assertion (#987)

This assertion made sure the D$ controller was able to write the tag RAM
when a cache line was refilled.  However, it is benign if it fails to do
so: the metadata is invalid at this point, so the miss will simply happen
a second time.

This happens when resolving a tag ECC error during hit-under-miss.
parent 929a9247
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