FSM4 Example (Legacy code)

This video presents legacy code style.
See the src-traffic.zip containing source files and waveforms.
Source files traffic.vhd and timer.vhd has been updated with new code style.

New code style uses compact conditional statements when appropriate and separates
1- combinational logic and register usage
2- FSM-state calculation and FSM output.