dcache: Don't assert on dcbz cache hit
authorPaul Mackerras <paulus@ozlabs.org>
Sun, 3 May 2020 22:31:18 +0000 (08:31 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Wed, 6 May 2020 03:28:57 +0000 (13:28 +1000)
commit4db1676ef8b37fe7f36abe14b3255e4b92fbc5bd
tree0313ca76d981f6a3e6b4b86b5c066b9b1629d7f7
parentcf4dfeca3645fb3f43785536deaa2cc8643b0e48
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>
dcache.vhdl