M
magik
Guest
Hi!
I have got text file with data wrote in this manner:
.........
01 04 A2 FC 10 D0 E4 C2
0A C3 FF 9A D2 E1 00 00
.........
each 2-sign value is a hex value of std_logic_vector(7 downto 0), and it
should be connected with data vector in my project like this:
data(7 downto 0) <= (2-sign value from text file);
how can I do that?
have you got a similiar vhdl example witch I can use?
Thanks for any help
Paul
I have got text file with data wrote in this manner:
.........
01 04 A2 FC 10 D0 E4 C2
0A C3 FF 9A D2 E1 00 00
.........
each 2-sign value is a hex value of std_logic_vector(7 downto 0), and it
should be connected with data vector in my project like this:
data(7 downto 0) <= (2-sign value from text file);
how can I do that?
have you got a similiar vhdl example witch I can use?
Thanks for any help
Paul