Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi,
EXPx63_LTCHD <= std_logic_vector(unsigned(EXP_LTCHD) * unsigned(COEFF)); Pay attention to x"3F" that might be considered as a negative number.Hi,
EXPx63_LTCHD <= std_logic_vector(unsigned(EXP_LTCHD) * unsigned(COEFF)); Pay attention to x"3F" that might be considered as a negative number.