Altera_Forum
Honored Contributor
11 years agoCode compiling errore
Hellow every bidy;
I faced an errore during compilation of my code on modelsim. the errore displayed " cannot index the result of a type conversion. ". and the errore apears in this line if std_logic_vector(conv_unsigned(ref, 3))(2) = '0' then How can I solve this problem? Thanks.