Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- It is not simply the inverse, because if all A,B and C are '0', then odd and even out are '0'. The state table is very similar to a full adder, with even out being Sum and odd out_out being carry, but the A, B, C = '1' case makes it different. --- Quote End --- You're right Tricky, I read the truth table to fast. So you can add an "if" for the particular case and the operation for the rest.