dcache: Simplify logic in RELOAD_WAIT_ACK state
authorPaul Mackerras <paulus@ozlabs.org>
Tue, 11 May 2021 01:29:46 +0000 (11:29 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Tue, 11 May 2021 01:29:46 +0000 (11:29 +1000)
commit4c11c9c6619f5ca0ad4e5d54b9d760ffdbb017d6
treecbc1584907fbad5c2b780439559c142db2d071f7
parenteb7eba2d926e578e0ca7814b9ee6046812889f52
dcache: Simplify logic in RELOAD_WAIT_ACK state

Since the expression is_last_row(r1.store_row, r1.end_row_ix) can only
be true when stbs_done is true, there is no need to include stbs_done
in the expression for the reload being completed, and hence no need to
compute stbs_done in the RELOAD_WAIT_ACK state.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
dcache.vhdl