Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThanks FvM! I'm going to use AND_REDUCE() since the only way for a (unsigned) std_logic_vector to equal zero is if all its bits, and hence the ANDing of these bits, is '0'.
Thanks FvM! I'm going to use AND_REDUCE() since the only way for a (unsigned) std_logic_vector to equal zero is if all its bits, and hence the ANDing of these bits, is '0'.