1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-02-25 16:29:46 +00:00
Files
antonblanchard.microwatt/dcache.vhdl
Paul Mackerras 4db1676ef8 dcache: Don't assert on dcbz cache hit
We can hit the assert for req_op = OP_STORE_HIT and reloading in the
case of dcbz, since it looks like a store.  Therefore we need to
exclude that case from the assert.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
2020-05-06 13:28:57 +10:00

29 KiB