1.

y <= (1 => ‘1’, OTHERS => ’0’);$

A. y := “0100”;
B. y => “0100”;
C. y => x;
Answer» D.


Discussion

No Comment Found