FSM-Based Traffic Light Controller using Verilog (Vivado Sim
hackster.ioยท2d
๐Ÿ”ŒFPGA Programming
Preview
Report Post

Introduction

**Traffic lights are a fundamental part of modern transportation systems.**They must operate in a strict and predictable sequence to ensure road safety and smooth traffic flow.

This project implements a Traffic Light Controller using a Finite State Machine (FSM) in Verilog HDL.The design is fully simulated and verified using Xilinx Vivado, without requiring any physical hardware.

Why this project?

The motivation behind this project was to understand how real-world control systems are implemented using digital logic.Traffic light controllers are a classic example of sequential systems, making them ideal for learning:

  • Finite State Machine (FSM) design
  • Clocked sequential logic
  • Timing and control using counters
  • RTL simulation aโ€ฆ

Similar Posts

Loading similar posts...