Data Types

What you need for Storing and Transmitting Information in Digital Hardware

What is Verilog?

Verilog is a hardware description language used to model electronic systems.

Modules

The Building Blocks of Your Design

Data Types

What you need for Storing and Transmitting Information in Digital Hardwar

Expressions

Building Logic Through Simple Expressions

Assignments

Assigning Values, Defining Behavior

Exercise Part 1

Modules, Data Types, Expressions and Assignments

Combinational Logic

The real multithreading

Sequential Logic

The past matters

Behavioural Modeling

Having the Control

Exercise Part 2

Combinational Logic, Sequential Logic and Behavioral Modeling

Value Represents Description
0 A logic zero, or false condition Represents a logic zero, indicating a false condition in the circuit.
1 A logic one, or true condition Represents a logic one, indicating a true condition in the circuit.
x An unknown logic value Denotes an unknown logic value. This value is used when the logic state cannot be determined.
z A high-impedance state Represents a high-impedance state, which indicates that the output is effectively disconnected from the circuit.
Loading...