S
srinukasam
Guest
hello
can i assign a std_logic vector to array of same bits.
suppose..
signal vec:std_logic_vector(15 downto 0);
type arr is array(o to 3) of std_logic_vector(0 to 3);
....
arr <= vec;
above mentioned code is right or wrong, if wrong is there any other way to
assign std_logic_vector to array.
thank you
can i assign a std_logic vector to array of same bits.
suppose..
signal vec:std_logic_vector(15 downto 0);
type arr is array(o to 3) of std_logic_vector(0 to 3);
....
arr <= vec;
above mentioned code is right or wrong, if wrong is there any other way to
assign std_logic_vector to array.
thank you