Design a simple sequential circuit to implement simplified “Knight Rider” lights with 6 LED outputs. There will be a single switch input that will switch between two different modes.
The pattern when the MODE switch is 0
Then
Then
Then
Back to the first state at the top of the pattern.
The pattern when the MODE switch is 1
Then
Back to the first state at the top of the pattern.
Once a pattern starts, you can run the pattern through to completion before checking the MODE switch
The points are allocated as follows:
(30 points) State Diagram
(10 points) State Assignments
(20 points) Next State Table
(20 points) Boolean equations for next state logic and output logic
(20 points) Build the circuit in MultiSim and upload the MultiSim file showing correct circuit operation. Use a SPST switch for the MODE input, a SPST switch for the RESET input, and a 1Hz clock signal for the system clock.