Move byte reversal of stores to first cycle
authorAnton Blanchard <anton@linux.ibm.com>
Mon, 16 Sep 2019 01:49:44 +0000 (11:49 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Mon, 16 Sep 2019 01:49:44 +0000 (11:49 +1000)
commita061924a78f7ce542a9e4f514515e5a5dcc4f929
treeddd0ac26617d1a2212032fd444aa07b74aed5f58
parenta4c8dd860a5032f305b41416ac3629a74758ea58
Move byte reversal of stores to first cycle

We are seeing some timing issues with the second cycle of loadstore,
and  we aren't doing much in the first cycle, so move it here.

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