Previous

Overview

In the following VHDL fragment, A and B are operands, + is an operator, and A + B is an expression.

C := A + B; -- Computes the sum of two values

You can use expressions in many places in a design description. Expressions can be used in any of the following ways.

To understand expressions for VHDL, consider the individual components of operators and operands.

Operators

Operands

Next