Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI get the feeling log package is a debug package not meant for synthesis. Remove log package and any files that use it. (or only use it without synthesis translate on/off pragmas)
std_logic_textio is for outputting std_logic/vectors to text files, just like std.textio. Because they have no meaning for synthesis, quartus does not keep a copy. modelsim has it.