SI : in std_logic;signal TEMP_data_out : std_logic_vector(3 downto 0);
TEMP_data_out <= SI & TEMP_data_out(3 downto 1);为何不能实现并值连接,而进行于运算
放在进程里试试