projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff9070d
)
Remove some more loadstore debug
author
Anton Blanchard
<anton@linux.ibm.com>
Mon, 9 Sep 2019 05:03:06 +0000
(15:03 +1000)
committer
Anton 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
patch
|
blob
|
history
diff --git
a/loadstore1.vhdl
b/loadstore1.vhdl
index 3956c94a12280739b1343c5d746949b295655767..20b2f9a219566c55a5a4ea05b84f16db87937de5 100644
(file)
--- 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;