From aee5fded448109cd84dcd54a8a0168d900d6a909 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Mon, 9 Sep 2019 15:03:06 +1000 Subject: [PATCH] Remove some more loadstore debug Signed-off-by: Anton Blanchard --- loadstore1.vhdl | 2 -- 1 file changed, 2 deletions(-) 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;