AHDL

Example of a Combination of Number and Node Operands



In the expression (a, b, c) & 1, the 1 is converted to B"001" and the expression becomes (a, b, c) & (0, 0, 1). The expression is then interpreted as (a & 0, b & 0, c & 1).

- Altera -

 

Created by chm2web html help conversion utility.