Verilog HDL: Digital Design and Modeling

Verilog HDL: Digital Design and Modeling
ISBN-10
1351835432
ISBN-13
9781351835435
Category
Computers
Pages
920
Language
English
Published
2017-12-19
Publisher
CRC Press
Author
Joseph Cavanagh

Description

Emphasizing the detailed design of various Verilog projects, Verilog HDL: Digital Design and Modeling offers students a firm foundation on the subject matter. The textbook presents the complete Verilog language by describing different modeling constructs supported by Verilog and by providing numerous design examples and problems in each chapter. Examples include counters of different moduli, half adders, full adders, a carry lookahead adder, array multipliers, different types of Moore and Mealy machines, and much more. The text also contains information on synchronous and asynchronous sequential machines, including pulse-mode asynchronous sequential machines. In addition, it provides descriptions of the design module, the test bench module, the outputs obtained from the simulator, and the waveforms obtained from the simulator illustrating the complete functional operation of the design. Where applicable, a detailed review of the topic's theory is presented together with logic design principles, including state diagrams, Karnaugh maps, equations, and the logic diagram. Verilog HDL: Digital Design and Modeling is a comprehensive, self-contained, and inclusive textbook that carries all designs through to completion, preparing students to thoroughly understand this popular hardware description language.

Other editions

Similar books

  • Introduction to Logic Synthesis using Verilog HDL
    By Robert B.Reese, Mitchell A.Thornton

    The book provides concise coverage of the material and includes many examples, enabling readers to quickly generate high-quality synthesizable Verilog models.

  • Computer Principles and Design in Verilog HDL
    By Yamin Li, Tsinghua University Press

    Uses Verilog HDL to illustrate computer architecture and microprocessor design, allowing readers to readily simulate and adjust the operation of each design, and thus build industrially relevant skills Introduces the computer principles, ...

  • Computer Arithmetic and Verilog HDL Fundamentals
    By Joseph Cavanagh

    Introducing the three main modeling methods—dataflow, behavioral, and structural—this self-contained tutorial— Covers the number systems of different radices, such as octal, decimal, hexadecimal, and binary-coded variations Reviews ...

  • Verilog Hdl Synthesis, a Practical Primer
    By J. Bhasker

    With this book, you can: - Start writing synthesizable Verilog models quickly.

  • Digital Design with Verilog® HDL: (Formerly Titled “Hardware Modeling with Verilog HDL”)
    By Elizer Sternheim, Rajvir Singh, Yatin Trivedi

    Verilog HDL is the standard hardware description language for the design of digital systems and VLSI devices. This volume shows designers how to describe pieces of hardware functionally in Verilog...

  • Verilog HDL Design Examples
    By Joseph Cavanagh

    The purpose of this book is to present the Verilog language together with a wide variety of examples, so that the reader can gain a firm foundation in the design of the digital system using Verilog HDL.

  • Hardware Description Language Demystified: Explore Digital System Design Using Verilog HDL and VLSI Design Tools
    By Dr. Cherry Bhargava, Dr. Rajkumar Sarma

    When J=1 and K=1 in JK flip-flop for a long duration, the output Q(t) will toggle as long as the clock pulse is high. This condition makes the output of flip-flop unstable. This problem is known as a race-around condition in JK ...

  • Microprocessor Design Using Verilog HDL
    By Monte Dalrymple

    The book details the following, and more: Verilog HDL Review: data types, bit widths/labelling, operations, statements, and design hierarchy; Verilog Coding Style: files vs. modules, indentation, and design organisation; Design Work: ...

  • Introduction to Logic Synthesis using Verilog HDL
    By Mitchell A. Thornton, Robert B. Reese

    ... creating an ASM chart and then translating it into a Verilog module. 73 References [1] IEEEStd.1364-2001,IEEEStandardVerilog Rс Hardware Description Language, p. 856. 72 INTRODUCTION TO LOGIC SYNTHESIS USING VERILOG HDL 2.8 Summary.

  • Sequential Logic and Verilog HDL Fundamentals
    By Joseph Cavanagh

    ... bit operands. The shifter accomplishes all shift operations, whether left or right, algebraic or logical, by shifting left only. This results in considerable hardware savings, especially for large operands. There are four basic shift ...