1.

Which of the following is not representing a nibble?

A. x<= 0101
B. x<= STD_LOGIC_VECTOR (0 TO 4)
C. x<= STD_LOGIC_VECTOR(3 DOWNTO 0)
D. x<= BIT_VECTOR (1 TO 4)
Answer» C. x<= STD_LOGIC_VECTOR(3 DOWNTO 0)


Discussion

No Comment Found