mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-18 09:02:26 +00:00
To avoid adding too much logic, this moves the adder used by OP_ADD out of the case statement in execute1.vhdl so that the result can be used by OP_ADDG6S as well. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>