1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-20 01:34:53 +00:00

Merge pull request #45 from antonblanchard/fixes

Fix a couple of issues in the recent pipelining merge
This commit is contained in:
Anton Blanchard 2019-09-11 22:53:47 +10:00 committed by GitHub
commit 43f81773b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -52,6 +52,6 @@ begin
rin <= v;
-- Update outputs
e_out <= v;
e_out <= r;
end process;
end;

View File

@ -53,6 +53,6 @@ begin
rin <= v;
-- Update outputs
l_out <= v;
l_out <= r;
end process;
end;