Traffic Controller Project
Using ASM Charts, Mealy/Moore Machines, VHDL, & .bdf design, I created a functioning Traffic Light.
GREEN, YELLOW, and RED will never be TRUE at the same time. D[3]-D[0] stands for the state of the system, because it is a state machine.
The Lab5_DFF_Traf_Cont Block is made from the VHDL code above. This system runs on a CLOCK signal, and can be reset to a GREEN light at any time using CLEAR.