Question: verilog code and its test bench using vivado 2018 using the above information you can solve the way of solving up to you but according

verilog code and its test bench using vivado 2018
using the above information you can solve the way of solving up to you but according to given information degsin it
no expert here able to solve it
please
In this project you will design an algorithm for a traffic light system and make a simulation. System specifications are as follows: 1) RED light will be on for 10 seconds, after that YELLOW light will be on for 3 seconds and finally GREEN light will be on for 8 seconds. (Note that you are supposed to write your code for this algorithm under the Design Sources tab, not under the Simulation Sources" tab.) You are given 3 different clock signals which are 25 MHz, 50 MHz and 100 MHz. You can only use these clock signals (whichever you want or more than one) to obtain the periodic illumination of the traffic lights. For this purpose, you should use clock division. It basically means that obtaining different clock signals having different frequencies from any clock signal. Please search the internet for more information regarding clock division. WARNING: You must write a clock division code by using any of the given clock signals. Otherwise if you use any other clock signal directly, you will get zero. 2) You should define an input for pedestrian crossing the road such as pedest. If pedest=1, after 5 seconds, whatever the light is, it will be RED for 10 seconds and becomes GREEN again. In this project you will design an algorithm for a traffic light system and make a simulation. System specifications are as follows: 1) RED light will be on for 10 seconds, after that YELLOW light will be on for 3 seconds and finally GREEN light will be on for 8 seconds. (Note that you are supposed to write your code for this algorithm under the Design Sources tab, not under the Simulation Sources" tab.) You are given 3 different clock signals which are 25 MHz, 50 MHz and 100 MHz. You can only use these clock signals (whichever you want or more than one) to obtain the periodic illumination of the traffic lights. For this purpose, you should use clock division. It basically means that obtaining different clock signals having different frequencies from any clock signal. Please search the internet for more information regarding clock division. WARNING: You must write a clock division code by using any of the given clock signals. Otherwise if you use any other clock signal directly, you will get zero. 2) You should define an input for pedestrian crossing the road such as pedest. If pedest=1, after 5 seconds, whatever the light is, it will be RED for 10 seconds and becomes GREEN again
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
