mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-05-04 15:26:12 +00:00
Merge pull request #45 from antonblanchard/fixes
Fix a couple of issues in the recent pipelining merge
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user