mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-03-27 10:20:34 +00:00
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>
This commit is contained in:
committed by
Anton Blanchard
parent
8b88e26ece
commit
95442cd62c
@@ -52,6 +52,6 @@ begin
|
||||
rin <= v;
|
||||
|
||||
-- Update outputs
|
||||
e_out <= v;
|
||||
e_out <= r;
|
||||
end process;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user