Merge pull request #45 from antonblanchard/fixes

Fix a couple of issues in the recent pipelining merge
nia-debug
Anton Blanchard 5 years ago committed by GitHub
commit 43f81773b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

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

Loading…
Cancel
Save