Assigning values to Signals
All bits:
temp <= ¡°10101010¡±;
temp <= x¡±AA¡± ; (1076-1993)
Single bit:
temp(7) <= ¡®1¡¯;
Bit-slicing:
temp (7 downto 4) <= ¡°1010¡±;
Single-bit: single-quote (¡®)
Multi-bit: double-quote (¡°)
SIGNAL temp : STD_LOGIC_VECTOR (7 downto 0);
ÀÌÀü ½½¶óÀ̵å
´ÙÀ½ ½½¶óÀ̵å
ù ½½¶óÀ̵å·Î À̵¿
±×·¡ÇÈ ¹öÀü º¸±â