1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-02-25 08:19:47 +00:00

Merge pull request #33 from antonblanchard/cr-fix

Fix CR forwarding
This commit is contained in:
Anton Blanchard
2019-09-09 22:44:34 +10:00
committed by GitHub

View File

@@ -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;