IRVS VLSI IDEA INNOVATORS

IRVS VLSI IDEA INNOVATORS
VLSI Project, Embedded Project, Matlab Projects and courses with 100% Placements

Wednesday, October 20, 2010

operators

Comparison operators



Shift operators



Concatenation operator

• Operands can be one-dimensional array type or element type
• “ &” works on vectors only
& Concatenation

Example:

SIGNAL a : STD_LOGIC_VECTOR ( 5 DOWNTO 0 ) ;
SIGNAL b,c,d : STD_LOGIC_VECTOR ( 2 DOWNTO 0 ) ;
BEGIN
b <= ‘0’ & c(1) & d(2) ;
a <= c & d ;


Operator summary




information shared by www.irvs.info