Remove second write port
authorAnton Blanchard <anton@linux.ibm.com>
Mon, 9 Sep 2019 05:18:09 +0000 (15:18 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Mon, 9 Sep 2019 05:18:09 +0000 (15:18 +1000)
commitfb4cad6eaf91a9a13dac31e2d4ea6bbb88abe903
tree4f6ff60c1bc1352f57ed35d24ab892fbf58856c2
parentff9070d727c521b761bc7374db4cdaecd6451d70
Remove second write port

We only need two write ports for load with update instructions.
Having two write ports just for this instruction is expensive.

For now we will force them to be the only instruction in the
pipeline, and take two cycles of writeback.

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