Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAfaik, if the warnings are not from std_logic_arith/usigned/signed or numeric_std, you cannot turn them off. There is usually a good reason that these warnings are firing - the only way to fix them is to fix the cause of the warnings (unless the coder who wrote the code was a numpty)
You cant even turn off the ones in the fixed point packages, which are basically the same as the ones in numeric_std.