Question: Given the declarations below, write down the binary value of the object. CONSTANT a: BIT_VECTOR (5 DOWN TO O) :- (OTHERS => '1'); CONSTANT :
Given the declarations below, write down the binary value of the object. CONSTANT a: BIT_VECTOR (5 DOWN TO O) :- (OTHERS => '1'); CONSTANT : BIT VECTOR (7 DOWN TO O) := (7=>'0', OTHERS=>'1'); SIGNAL C: STD_LOGIC_VECTOR (1 TO 8) := (114=>'1', OTHERS =>'0'); VARIABLE d: BIT VECTOR (1 TO 10) :- (1 TO 4 => '0', OTHERS =>'1'); a = c 11 d
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
