3

Sequential Logic Design Using Verilog HDL

3.1 Introduction

3.2 Synchronous Sequential Machines

3.3 Asynchronous Sequential Machines

3.4 Pulse-Mode Asynchronous Sequential Machines

3.5 Problems

3.1 Introduction

 

This chapter provides techniques for designing sequential logic using Verilog HDL. Sequential logic circuits consist of combinational logic and storage elements, such as SR latches, D flip-flops, and JK flip-flops. They are specified as sequential because the operations of the circuit are executed in sequence. Since these circuits (or sequential machines) contain a finite number of internal states, they are also referred to as finite state machines. A state is a set of values that is specified at different locations in the state machine. ...

Get Verilog HDL Design Examples now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.