Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider that you are to design a circuit that will operate the traffic lights at a four - way intersection consisting of two intersecting roads:
Consider that you are to design a circuit that will operate the traffic lights at a fourway intersection consisting of two intersecting roads: road and road Road has green, yellow, and red lights to indicate traffic instructions, and these will be called and respectively. Road also has lights, which will be called G Y and R These lights will shine when they receive a logic Recall that the typical procedure for traffic lights is as follows: consider that the circuit is currently operating such that G and R are on traffic for road is moving while traffic for road is stopped. To warn the road traffic that it will need to stop, G turns off and Y turns on Then, Y turns off and R turns on Note that R and R should be on at the same time for a short period to ensure that all traffic in the intersection leaves before road traffic is allowed to move. Then, R turns off and G turns on which is then followed by G turning off and Y turning on which is then followed by Y turning off and R turning on After and remain on for a few seconds again the entire process should be repeated. The input to the circuit, A determines which set of lights should transition through their traffic pattern; if A then the sequence should occur, and if then the sequence should occur. Note that, after the sequence begins, it will finish regardless of the value of A A is controlled by a timing circuit that does not need to be considered for the design.
Here are a few hints to help you with the design:
i This should be a Moore circuit. You could design it as a Mealy circuit, but it would just simplify down to a Moore circuit.
ii There should be five states.
iii Each of the lights is an output for the circuit, so there are six different outputs.
To help organize your work, write down definitions for each of the five states. That is explain which lights would be on for each state.
Based on the problem description, sketch a STG Because this is a Moore circuit with six outputs, six values should be listed inside each state. Please arrange the values as shown
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started