Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIf I understand correctly what you mean, you need to gate the turn signals before the state machine.
Say you rename iL the signal coming from turn left input pin and sL the signal to the state machine. In your current design they are the same. You must gate iL with the h signal, using an AND and a NOT gate. sL = iL AND (NOT h)