DESIGN OF A COUNTER USING T-FLIP-FLOPS IN VERILOG
Keywords:
.Abstract
This paper presents the design and implementation of a 4-bit counter using T-type flip-flops (TFFs) inVerilog. The system utilizes four T flip-flops to generate a custom sequence of outputs, controlled by combinationallogic that governs the input to each flip-flop. The flip-flops toggle on the rising edge of the clock signal, and their stateis reset when the reset signal (rst) is asserted. The counter o
References
Digital Design by M. Morris Mano Description: This is one of the most well-known textbooks on digital design. It covers flip-flops in detail, including
T flip-flops, and how they can be used to build counters and other sequential circuits. The book has clear explanations of counter designs, state machines, and practical applications of flip-flops.
Digital Fundamentals by Thomas L. Floyd Description: This book provides an easy-to-understand approach to digital electronics and logic design, with chapters dedicated to flip-flops, sequential circuits, and counters. It includes practical examples of counter design using T flip-flop


