Stores need to wait for wishbone write ack
authorAnton Blanchard <anton@linux.ibm.com>
Sun, 8 Sep 2019 06:00:36 +0000 (16:00 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Sun, 8 Sep 2019 06:04:40 +0000 (16:04 +1000)
commit021d427d3f0dd5afd18fe67f75e5ddcbb0afd17d
tree4c204011e03c37b1701eddf934d693bd27a7ec8b
parentc64bf23c1a815f21255bb92921947f5318c37789
Stores need to wait for wishbone write ack

I wasn't waiting to get a wishbone ack back on stores before continuing.
This creates all sorts of problems when we add pipelining and send
loads and stores down the pipe faster.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
loadstore2.vhdl