Remove some more loadstore debug
authorAnton Blanchard <anton@linux.ibm.com>
Mon, 9 Sep 2019 05:03:06 +0000 (15:03 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Mon, 9 Sep 2019 05:03:06 +0000 (15:03 +1000)
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
loadstore1.vhdl

index 3956c94a12280739b1343c5d746949b295655767..20b2f9a219566c55a5a4ea05b84f16db87937de5 100644 (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;