1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-02-15 12:16:20 +00:00
Files
antonblanchard.microwatt/writeback.vhdl
Paul Mackerras 4e38c2cc21 loadstore1: Move load data formatting from writeback to loadstore1
This puts all the data formatting (byte rotation based on lowest three
bits of the address, byte reversal, sign extension, zero extension)
in loadstore1.  Writeback now simply sends the data provided to the
register files.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
2020-03-30 10:10:49 +11:00

3.2 KiB