contents.gifindex.gif

Operators

ABEL-HDL operators are divided into four basic types: logical, arithmetic, relational, and assignment. The table below shows all of the operators, and each type is discussed in a separate topic.

 

Logical

Arithmetic

Relational

Assignment

Range

!

-

==

=

..

&

+

!=

:=

 

#

*

<

?=

 

$

 /

<=

?:=

 

!$

%

>

 

 

<<

>=

 

 

 

>>

 

 

 

 


See Also

Logical

Arithmetic

Relational

Assignment

Range

Expressions

Operator Priorities

How Equations Use Expressions