Merge pull request #33 from antonblanchard/cr-fix

Fix CR forwarding
pull/34/head
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 if d_in.read = '1' then
report "Reading CR " & to_hstring(crs_updated); report "Reading CR " & to_hstring(crs_updated);
end if; end if;
d_out.read_cr_data <= crs; d_out.read_cr_data <= crs_updated;
end process; end process;
end architecture behaviour; end architecture behaviour;

Loading…
Cancel
Save