Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI had signed all signal with initial value but the result of SAT still get "X"
signal TTA,TTB,T_sum : STD_LOGIC_VECTOR(31 downto 0):=(others =>'0');
signal A,B,sat : STD_LOGIC_VECTOR(31 downto 0):=(others =>'0');
signal T1,T2 : STD_LOGIC_VECTOR(15 downto 0):=(others =>'0');
signal TAA,TBB : STD_LOGIC_VECTOR(15 downto 0):=(others =>'0');
signal TX,TY,TZ : STD_LOGIC_VECTOR(15 downto 0):=(others =>'0');
signal TAM : STD_LOGIC_VECTOR(15 downto 0):=(others =>'0');