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?
You are copying a signed entity to std_logic_vector which needs explanation. What do you want to achieve? Sign extend the signed number to 32 bit? Left adjust the 16 bit number? Ignore the signed nature and fill the result with zero bits?
You should code the logic operation that is required by your specific application. We can't know what it is.
I already checked that link/and I know how to convert.My fft engine produce two outputs,each 32 bits width std_logic_vector,after this I want to connect this output whit thransiver input.which has only 16 signed width signal.