(HDL Traffic Light Controller Simulation in Notepad++)
A hardware description language (HDL) model implementing a basic traffic light controller with pedestrian button integration.
Key Components:
- Finite State Machine controlling light states (RED, GREEN, YELLOW)
- Pedestrian button input to influence state transitions
- Timing counter to manage light duration
- Outputs driving red, yellow, and green signals for the traffic light
- Testbench simulating clock, reset, and pedestrian button presses to verify functionality