1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-20 09:44:56 +00:00

Remove some more loadstore debug

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard 2019-09-09 15:03:06 +10:00 committed by Anton Blanchard
parent ff9070d727
commit aee5fded44

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;