loadstore2: Do data formatting after a register stage
authorPaul Mackerras <paulus@ozlabs.org>
Wed, 25 Sep 2019 10:27:08 +0000 (20:27 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 30 Sep 2019 03:54:32 +0000 (13:54 +1000)
commit9789d258fb1f0edbf0cc7e45eac1b2e7625633cb
tree1abb7779ccba67c7d6f292a34b80823f5a147fac
parent492bf06740954089869a93c8947fcaa222cff0a4
loadstore2: Do data formatting after a register stage

This moves the data formatting for read data to after a register,
instead of before, in order to improve timing.  The data formatting
is now effectively combinational logic on the input side of the
writeback stage.

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