mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-15 23:51:40 +00:00
Merge pull request #28 from antonblanchard/loadstore-cleanup
Remove some more loadstore debug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user