Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Aim of this mini project is to develop a logic for the 4 directional ( East / West / North / South ) traffic light
Aim of this mini project is to develop a logic for the directional EastWestNorthSouth traffic
light controller
Specification
To develop Traffic light controller logic which can control the traffic on the directional road.
Features
Controls four traffic signals at a fourway crossing.
The traffic light cycle: Red Yellow Green Yellow Red.
Transition from Red to Green is always through Yellow.
Ensures only one signal is green at a time.
Greenlight duration: seconds.
Yellow light duration: second.
Operates in a clockwise direction of traffic signals.
The hardware resets at all Yellow so the reset is safe and will not cause any confusion.
The output is encoded as follows to get bit output
Current state next state output BIN
RSt s YYYY
s s GRRR
s s YYRR
s s RGRR
s s RYRR
s s RRGR
s s RRYY
S s RRRG
s s YRRY
write a verilog code for this design specifications
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