Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAll I'm trying to get process 2 to do is act like a storage latch. When GL is low everything should operate normally but when GL is high it should give an output based on what the inputs were when GL was low. I'm trying to store the inputs of I (A,B,C) into 3 separate variables when GL is low so that when it is high I can load those variables back into I and run the case statement. I'm not sure how exactly to go about that however.