Traffic Light Display
Design a three color LED system with the following times for each LED:
Duration of Green signal : 16s
Duration of Yellow signal : 1s
Duration of Red signal : 10s
5-Way Cross-Junction Traffic Signals System
Five roads are cross at one junction. You are required to design a Traffic signal systems (containing one pair of Red, Yellow, Green light at each side of a road...and remember that there are five roads crossing) to allow traffic at this junction without blockage. Use your judgment to make simple rule before start designing the logic. Following could be one plan of actions:
1. Draw a diagram of this junction and try to place signals based on some simple scenario.
2. Document all the requirements
3. Design the System using combinational and sequential logic.
4. Implement the system in CEDER system