Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWhat is the second process doing? where to A,B,C and A_reg, B_reg and C_reg come from? Looking at this process, no registers are created, just latches. There is no clock in your system.
looking at the first process, all you have is asynchronous logic. Nothing wrong with it. G1 has prority over G2, and if they are equal to '1' and '0' then Y is basically a 1-hot output version of I. Simple decoding.