1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-15 23:51:40 +00:00

Merge pull request #28 from antonblanchard/loadstore-cleanup

Remove some more loadstore debug
This commit is contained in:
Anton Blanchard
2019-09-09 15:50:46 +10:00
committed by GitHub

View File

@@ -31,8 +31,6 @@ begin
if l_in.valid = '1' then
report "execute " & to_hstring(l_in.nia);
report "loadstore1 " & to_hstring(l_in.addr1) & " " & to_hstring(l_in.addr2);
end if;
end if;