Fix issue in execute2

We weren't using the register in this stage.

Fixes: c7aa683ba8 ("Register outputs on execute2")
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
nia-debug
Anton Blanchard 5 years ago committed by Anton Blanchard
parent 8b88e26ece
commit 95442cd62c

@ -52,6 +52,6 @@ begin
rin <= v; rin <= v;


-- Update outputs -- Update outputs
e_out <= v; e_out <= r;
end process; end process;
end; end;

Loading…
Cancel
Save