Guest
Hi , I'm new to VHDL and I can't figure out how to do this :
I have a vector OP3 : std_logic_vector(31 downto 0) and another one S : std_logic_vector(4 downto 0) ...
My question is , is it possible , and if yes , how can I do OP3(S) <= '1' ?
(For example , if S = 00111 then OP3(7) <= '1').
I have a vector OP3 : std_logic_vector(31 downto 0) and another one S : std_logic_vector(4 downto 0) ...
My question is , is it possible , and if yes , how can I do OP3(S) <= '1' ?
(For example , if S = 00111 then OP3(7) <= '1').