Skip to content
Snippets Groups Projects
Commit f66ac9e2 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Tomasz Wlostowski
Browse files

genrams: disabled messages in memory_loader_pkg

parent fb0b0e47
Branches
Tags
No related merge requests found
......@@ -176,7 +176,7 @@ package body memory_loader_pkg is
data_tmp := resize(unsigned(f_hexstring_to_slv(f_get_token(ls, 3), 8)), mem_width);
data_int := to_integer(data_tmp);
report "addr: " & integer'image(addr) & " data: " & integer'image(data_int);
-- report "addr: " & integer'image(addr) & " data: " & integer'image(data_int);
for i in 0 to mem_width-1 loop
mem(addr, i) := std_logic(data_tmp(i));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment