Merge pull request #28 from antonblanchard/loadstore-cleanup

Remove some more loadstore debug
pull/30/head
Anton Blanchard 5 years ago committed by GitHub
commit f384f504a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save