Add a bypass path from the execute2 stage
authorPaul Mackerras <paulus@ozlabs.org>
Mon, 27 Jun 2022 22:40:42 +0000 (08:40 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 22 Jul 2022 12:19:28 +0000 (22:19 +1000)
commit4b6148ada6a58adb48167733b492c73c505b6930
treed707bc8132398ee475688320a46dfb2e7272f14c
parent3510071d9a8dde12056f90dacb15c34eb6601971
Add a bypass path from the execute2 stage

This enables some instructions to issue earlier and thus improves
performance, at the cost of some extra multiplexers in decode2.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
control.vhdl
core.vhdl
decode2.vhdl
execute1.vhdl