Fix issue in loadstore1

We weren't using the register in this stage.

Fixes: 819f820090 ("Register outputs on loadstore1")
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
nia-debug
Anton Blanchard 5 years ago committed by Anton Blanchard
parent 95442cd62c
commit 7caf71ba71

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


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

Loading…
Cancel
Save