Home > Store

Verilog HDL, 2nd Edition

Register your product to gain access to bonus material or receive a coupon.

Verilog HDL, 2nd Edition

Book

  • Sorry, this book is no longer in print.
Not for Sale

About

Features

  • NEW - Fully updated for the latest versions of Verilog HDL.
    • Helps students gain mastery over Verilog HDL's most important new features and capabilities.

  • Broad coverage, from the fundamentals to the state-of-the-art—Logically progresses from basic techniques for building and simulating small Verilog models to advanced techniques for constructing tomorrow's most sophisticated digital designs.
    • Gives students a single source for all they need to know about Verilog HDL, from introductory-level techniques to the leading edge.

  • Extensive examples, illustrations, and exercises—Illuminates every aspect of Verilog HDL design with practical examples and hands-on exercises.
    • Gives students maximum visual support and hands-on practice for mastering Verilog HDL rapidly, and retaining what they've learned.

  • Learning objectives and summaries in every chapter—Includes many features designed to promote easier learning and deeper mastery.
    • Helps students prepare to learn new concepts, and then review what they have learned.

  • CD-ROM—SILOS III simulation environment by Simucad, Inc.
    • Verilog simulator with a graphic users interface and the source code for examples in the book.

Description

  • Copyright 2003
  • Edition: 2nd
  • Book
  • ISBN-10: 0-13-044911-3
  • ISBN-13: 978-0-13-044911-5

Verilog HDL is a language for digital design, just as C is a language for programming. This complete Verilog HDL reference progresses from the basic Verilog concepts to the most advanced concepts in digital design. Palnitkar covers the gamut of Verilog HDL fundamentals, such as gate, RTL, and behavioral modeling, all the way to advanced concepts, such as timing simulation, switch level modeling, PLI, and logic synthesis. Verilog HDL is a hardware description language (with a user community of more than 50,000 active designers) used to design and document electronic systems. This completely updated reference progresses from basic to advanced concepts in digital design, including timing simulation, switch level modeling, PLI, and logic synthesis.

Downloads

Downloads

As an aid to readers of Verilog HDL, 2nd Edition, we are making available the following downloads:

Files for UNIX Users

UNIX users may wish to download examples and solutions to selected exercises from book (60 kb, TGZ format). (Please note that this information is available for Windows users on the CD accompanying the book.)

CD Files

We are also making available for download the files from the CD accompanying the book (12.2 MB, ZIP format).

Sample Content

Downloadable Sample Chapter

Download the Sample Chapter related to this title.

Table of Contents

(NOTE: Each chapter concludes with a Summary and Exercises.)

About the Author.


Foreword.


Preface.


Acknowledgments.

I. BASIC VERILOG TOPICS.

1. Overview of Digital Design with Verilog HDL.

Evolution of Computer-Aided Digital Design. Emergence of HDLs. Typical Design Flow. Importance of HDLs. Popularity of Verilog HDL. Trends in HDLs. 2. Hierarchical Modeling Concepts.

Design Methodologies. 4-bit Ripple Carry Counter. Modules. Instances. Components of a Simulation. Example. 3. Basic Concepts.

Lexical Conventions. Data Types. System Tasks and Compiler Directives. 4. Modules and Ports.

Modules. Ports. Hierarchical Names. 5. Gate-Level Modeling.

Gate Types. Gate Delays. 6. Dataflow Modeling.

Continuous Assignments. Delays. Expressions, Operators, and Operands. Operator Types. Examples. 7. Behavioral Modeling.

Structured Procedures. Procedural Assignments. Timing Controls. Conditional Statements. Multiway Branching. Loops. Sequential and Parallel Blocks. Generate Blocks. Examples. 8. Tasks and Functions.

Difference between Tasks and Functions. Tasks. Functions. 9. Useful Modeling Techniques.

Procedural Continuous Assignments. Overriding Parameters. Conditional Compilation and Execution. Time Scales. Useful System Tasks.

II. ADVANCED VERILOG TOPICS.

10. Timing and Delays.

Types of Delay Models. Path Delay Modeling. Timing Checks. Delay Back-Annotation. 11. Switch Level Modeling.

Switching-Modeling Elements. Examples. 12. User-Defined Primitives.

UDP basics. Combinational UDPs. Sequential UDPs. UDP Table Shorthand Symbols. Guidelines for UDP Design. 13. Programming Language Interface.

Uses of PLI. Linking and Invocation of PLI Tasks. Internal Data Representation. PLI Library Routines. 14. Logic Synthesis with Verilog HDL.

What Is Logic Synthesis? Impact of Logic Synthesis. Verilog HDL Synthesis. Synthesis Design Flow. Verification of the Gate-Level Netlist. Modeling Tips for Logic Synthesis. Example of Sequential Circuit Synthesis. 15. Advanced Verification Techniques.

Traditional Verification Flow. Assertion Checking. Formal Verification.

III. APPENDICES.

Appendix A. Strength Modeling and Advanced Net Definitions.

Strength Levels. Signal Contention. Advanced Net Types. Appendix B. List of PLI Routines.

Conventions. Access Routines. Utility (tf_) Routines. Appendix C. List of Keywords, System Tasks and Compiler Directives.

Keywords. System Tasks and Functions. Compiler Directives. Appendix D. Formal Syntax Definition.

Source Text. Declarations. Primitive Instances. Module and Generated Instantiation. UDP Declaration and Instantiation. Behavioral Statements. Specify Section. Expressions. General. Appendix E. Verilog Tidbits.
Appendix F. Verilog Examples.

Synthesizable FIFO Model. Behavioral DRAW Model. Bibliography.
Index.

Preface

Preface

During my earliest experience with Verilog HDL, I waslooking for a book that could give me a “jump start” on usingVerilog HDL. I wanted to learn basic digital design paradigms and the necessaryVerilog HDL constructs that would help me build small digital circuits, usingVerilog and run simulations. After I had gained some experience with buildingbasic Verilog models, I wanted to learn to use Verilog HDL to build largerdesigns. At that time, I was searching for a book that broadly discussed advancedVerilog-based digital design concepts and real digital design methodologies.Finally, when I had gained enough experience with digital design andverification of real IC chips, though manuals of Verilog-based products wereavailable, from time to time, I felt the need for a Verilog HDL book that wouldact as a handy reference. A desire to fill this need led to the publication ofthe first edition of this book.

It has been more than six years since the publication of thefirst edition. Many changes have occurred during these years. These years haveadded to the depth and richness of my design and verification experiencethrough the diverse variety of ASIC and microprocessor projects that I havesuccessfully completed in this duration. I have also seen state-of-the-artverification methodologies and tools evolve to a high level of maturity. TheIEEE 1364-2001 standard for Verilog HDL has been approved. The purpose of thissecond edition is to incorporate the IEEE 1364-2001 additions and introduce toVerilog users the latest advances in verification. I hope to make this editiona richer learning experience for the reader.

This book emphasizes breadth rather than depth. The bookimparts to the reader a working knowledge of a broad variety of Verilog-basedtopics, thus giving the reader a global understanding of Verilog HDL-baseddesign. The book leaves the in-depth coverage of each topic to the Verilog HDLlanguage reference manual and the reference manuals of the individualVerilog-based products.

This book should be classified not only as a Verilog HDLbook but, more generally, as a digital design book. It is important to realizethat Verilog HDL is only a tool used in digital design. It is the means to anend—the digital IC chip. Therefore, this book stresses the practicaldesign perspective more than the mere language aspects of Verilog HDL. WithHDL-based digital design having become a necessity, no digital designer canafford to ignore HDLs.  

Who Should Use This Book

The book is intended primarily for beginners andintermediate-level Verilog users. However, for advanced Verilog users, thebroad coverage of topics makes it an excellent reference book to be used inconjunction with the manuals and training materials of Verilog-based products.

The book presents a logical progression of Verilog HDL-basedtopics. It starts with the basics, such as HDL-based design methodologies, andthen gradually builds on the basics to eventually reach advanced topics, suchas PLI or logic synthesis. Thus, the book is useful to Verilog users withvarying levels of expertise as explained below.

  • Students in logic design courses at universities

Part 1 of this book is ideal for a foundation semestercourse in Verilog HDL-based logic design. Students are exposed to hierarchicalmodeling concepts, basic Verilog constructs and modeling techniques, and thenecessary knowledge to write small models and run simulations.

  • New Verilog users in the industry

Companies are moving to Verilog HDL-based design. Part 1 ofthis book is a perfect jump start for designers who want to orient their skillstoward HDL-based design.

  • Users with basic Verilog knowledge who need to understand advanced concepts

Part 2 of this book discusses advanced concepts, such asUDPs, timing simulation, PLI, and logic synthesis, which are necessary forgraduation from small Verilog models to larger designs.

  • Verilog experts

All Verilog topics are covered, from the basic modelingconstructs to advanced topics like PLIs, logic synthesis, and advanced verificationtechniques. For Verilog experts, this book is a handy reference to be usedalong with the IEEE Standard Verilog Hardware Description Language referencemanual.

The material in the book sometimes leans toward anApplication Specific Integrated Circuit (ASIC) design methodology. However, theconcepts explained in the book are general enough to be applicable to thedesign of FPGAs, PALs, buses, boards, and systems. The book uses Medium ScaleIntegration (MSI) logic examples to simplify discussion. The same conceptsapply to VLSI designs.

How This Book Is Organized

This book is organized into three parts.

Part 1, Basic Verilog Topics, covers all information that anew user needs to build small Verilog models and run simulations. Note that inPart 1, gate-level modeling is addressed before behavioral modeling. I havechosen to do so because I think that it is easier for a new user to see a 1-1correspondence between gate-level circuits and equivalent Verilog descriptions.Once gate-level modeling is understood, a new user can move to higher levels ofabstraction, such as data flow modeling and behavioral modeling, without losingsight of the fact that Verilog HDL is a language for digital design and is nota programming language. Thus, a new user starts off with the idea that Verilogis a language for digital design. New users who start with behavioral modelingoften tend to write Verilog the way they write their C programs. They sometimeslose sight of the fact that they are trying to represent hardware circuits byusing Verilog. Part 1 contains nine chapters.

Part 2, Advanced Verilog Topics, contains the advancedconcepts a Verilog user needs to know to graduate from small Verilog models tolarger designs. Advanced topics such as timing simulation, switch-levelmodeling, UDPs, PLI, logic synthesis, and advanced verification techniques arecovered. Part 2 contains six chapters.

Part 3, Appendices, contains information useful as areference. Useful information, such as strength-level modeling, list of PLIroutines, formal syntax definition, Verilog tidbits, and large Verilog examplesis included. Part 3 contains six appendices.

Index

Download the Index file related to this title.

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020