top of page

Verilog HDL

HDLs provide ways to represent the digital circuits in the textual form. Verilog HDL is a HARDWARE DESCRIPTION LANGUAGE to model the digital circuits, the source code is written in a text file with the extension [*. v].

Any Verilog HDL source code is created with the combination of IDENTIFIERS and KEYWORDS which are also called as SYNTAX/SEMANTICS. These are globally called lexical tokens. Combination of more than one lexical token originate LEXICAL CONVENTIONS.

  1. Introduction & Overview of Verilog HDL

  2. Typical VLSI Design Flow

  3. RTL Designing

  4. Lexical Conventions

  5. Variables & Data Types and Vector Arrays

  6. Design and Testbench Creation

  7. Verilog Operators and Operands

  8. Gate-Level Modeling/Designing of Digital Circuits

  9. Switch-Level Modeling/Designing

  10. Data-Flow Modeling/Designing

  11. Behavioural Modeling/Designing

  12. Tasks & Functions

  13. User Defined Primitives (UDPs)

  14. Timing Regions

  15. Specify Block

  16. Timing Checks

  17. System Task & Functions

  18. Compiler Directives

© Copyright 2025 VLSI Mentor. All Rights Reserved.©

Connect with us

  • Instagram
  • Facebook
  • Twitter
  • LinkedIn
  • YouTube
bottom of page