From: Anton Blanchard Date: Mon, 9 Sep 2019 05:03:06 +0000 (+1000) Subject: Remove some more loadstore debug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aee5fded448109cd84dcd54a8a0168d900d6a909;p=microwatt.git Remove some more loadstore debug Signed-off-by: Anton Blanchard --- diff --git a/loadstore1.vhdl b/loadstore1.vhdl index 3956c94..20b2f9a 100644 --- a/loadstore1.vhdl +++ b/loadstore1.vhdl @@ -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;