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 agoI see, you have to use the ieee.numeric_std.ALL instead of ieee.numeric_bit.ALL library.