FPGARelated.com
Books

Logic Design and Verification Using SystemVerilog (Revised)

Donald Thomas 2016

SystemVerilog is a Hardware Description Language that enables designers to work at the higher levels of logic design abstractions that match the increased complexity of current day integrated circuit and field-programmable gate array (FPGA) designs. The majority of the book assumes a basic background in logic design and software programming concepts. It is directed at: • students currently in an introductory logic design course that also teaches SystemVerilog, • designers who want to update their skills from Verilog or VHDL, and • students in VLSI design and advanced logic design courses that include verification as well as design topics. The book starts with a tutorial introduction on hardware description languages and simulation. It proceeds to the register-transfer design topics of combinational and finite state machine (FSM) design — these mirror the topics of introductory logic design courses. The book covers the design of FSM-datapath designs and their interfaces, including SystemVerilog interfaces. Then it covers the more advanced topics of writing testbenches including using assertions and functional coverage. A comprehensive index provides easy access to the book’s topics. The goal of the book is to introduce the broad spectrum of features in the language in a way that complements introductory and advanced logic design and verification courses, and then provides a basis for further learning. Solutions to problems at the end of chapters, and text copies of the SystemVerilog examples are available from the author as described in the Preface.


Why Read This Book

You should read this book if you want a single, classroom-proven resource that moves from synthesizable SystemVerilog RTL to practical verification techniques (testbenches, assertions, and constrained random tests). It ties language features to design and simulation workflows so you can apply SystemVerilog effectively in FPGA/ASIC projects.

Who Will Benefit

Students and practicing digital designers who know basic logic design or Verilog and want to adopt SystemVerilog for RTL design and modern verification flows.

Level: Intermediate — Prerequisites: Basic digital logic (combinational/sequential circuits), familiarity with Verilog or a programming language, and understanding of simulation concepts.

Get This Book

Key Takeaways

  • Model synchronous digital systems using SystemVerilog RTL constructs and synthesizable idioms.
  • Write modular, parameterized designs using modules, interfaces, and generate constructs.
  • Develop verification environments with SystemVerilog testbenches, classes, and constrained-random stimulus.
  • Apply SystemVerilog assertions (SVA) and coverage to capture intent and automate functional checking.
  • Use simulation and synthesis workflows and debug RTL issues with waveform-driven techniques.
  • Translate common Verilog/VHDL patterns into modern, more maintainable SystemVerilog equivalents.

Topics Covered

  1. Introduction to HDLs and simulation
  2. SystemVerilog language fundamentals (data types, operators)
  3. Modules, ports, and hierarchy
  4. Procedural statements, always blocks, and RTL coding styles
  5. Combinational and sequential design; FSMs
  6. Parameterized design, generate, and elaboration
  7. Interfaces and modular connectivity
  8. Testbench fundamentals and simulation methodology
  9. SystemVerilog classes, OOP, and testbench architecture
  10. Constrained random stimulus and functional coverage
  11. SystemVerilog Assertions (SVA) and property checking
  12. Synthesis considerations, coding guidelines, and portability
  13. Design examples, exercises, and case studies

Languages, Platforms & Tools

SystemVerilogVerilogFPGA (general)ASIC flowsModelSim/ QuestaSynopsys VCSCadence Xcelium / IncisiveVivado / Quartus (synthesis workflows)

How It Compares

Covers both design and verification in a single volume — more balanced than focused references like "SystemVerilog for Verification" (Chris Spear) and more verification-oriented than "SystemVerilog for Design" which emphasizes RTL modeling.

Related Books