Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe xor operation works properly between std_logic_vector or unsigned vectors.
I need an array of unsigned vectors, that's why I'm using the subtype. I replaced all std_logic_vector declarations with unsigned ones and now it works. Thank you so much guys.