<= and => operators

Guest #2227288
Rate this post
useful
not useful
Hi, the following statement maybe not a full declaration but for 
beginners:

the <= operator assigns signals from the right to the left signal

the => operator maps signals e.g. inner signals to outter signals, 
furthermore the => operator is used in switch-case structures and to map 
single bits of a vector (0 => '1', 1 => '0', others => '0'), which means 
bit 0 of the vector should be HIGH, bit 1 should be LOW and all other 
bits should be LOW

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now