Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou can just use the inbuilt function xor(without process)
C <= A xor B; I wonder if your entity name xor2 is legal since I think there is an inbuilt vhdl function in that name.You can just use the inbuilt function xor(without process)
C <= A xor B; I wonder if your entity name xor2 is legal since I think there is an inbuilt vhdl function in that name.