Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 767 Bytes

functions_tasks.md

File metadata and controls

18 lines (15 loc) · 767 Bytes

Functions, Tasks, and Threads

Key Concepts

  • Verilog functions and tasks
    • Syntax of each
    • Difference between them (when to use one over the other)
    • How they are used in a testbench
  • Use of fork/join to create multiple threads
  • Examples of using threads for testbenches

Resources