Kosyas41
Member level 3
Hi,
Could you pls help me,I faced with next problem, I have to signals,one signal is 31 bits width,and the other is 16 bits,how to connect it together?
which conversion should I do?
Could you pls help me,I faced with next problem, I have to signals,one signal is 31 bits width,and the other is 16 bits,how to connect it together?
Code:
tx_sample_i : signed(15 downto 0)
s_out : std_logic_vector(31 downto 0)
s_out => tx_sample_i