Skip to main content
  1. Posts/
  2. System Verilog/

Language Concepts

This folder contains system verilog concepts.

Tasks vs Functions
267 words·2 mins
Both functions and tasks are subroutines that are reusable RTL or testbench codes.
Ports
115 words·1 min
Every module or interface exposes a list of ports - points of connection where signal, handshakes or buses flow in and out.
Data Type: Nets
682 words·4 mins
calas system_verilog theory
Nets model physical connections between drivers. When you have multiple drivers
Data Type: Logic
124 words·1 min
SystemVerilog introduces logic as a 4-state data type that can be assigned in initial, always, or always_comb blocks.