Forum Discussion
Altera_Forum
Honored Contributor
13 years agoReading a Text File
Hi to all, I am trying to read a text file has some values in character type as follow: 21 30 36 30 17 14 13 13 but what I am getting wrong values as follow: 50 49 10 ...
Altera_Forum
Honored Contributor
13 years agothe error in this line command:
read_frame_array(i) <= std_logic_vector(to_unsigned(data_in, 8)); Illegal type conversion from ieee.NUMERIC_BIT.UNSIGNED to ieee.std_logic_1164.STD_LOGIC_VECTOR (array element type difference). i have tried different library, but it still did not solve the issue ??