Merge pull request #33 from antonblanchard/cr-fix

Fix CR forwarding
nia-debug
Anton Blanchard 5 years ago committed by GitHub
commit a9065796ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,6 +55,6 @@ begin
if d_in.read = '1' then
report "Reading CR " & to_hstring(crs_updated);
end if;
d_out.read_cr_data <= crs;
d_out.read_cr_data <= crs_updated;
end process;
end architecture behaviour;

Loading…
Cancel
Save