Commit 873d2a5a authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

genrams: comment out nested others clause, crashes ISE on Virtex5

parent 54ba449f
......@@ -91,7 +91,7 @@ architecture syn of generic_dpram_sameclock is
begin
-- If no file was given, there is nothing to convert, just return
if (g_init_file = "" or g_init_file = "none") then
tmp := (others=>(others=>'0'));
--tmp := (others=>(others=>'0'));
return tmp;
end if;
......
Markdown is supported
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