Pedro Claro wrote:
> I've tried also the hread form the ieee.std_textio but it was a mess.
> ( of course with a hexadecimal data file, AAA, 0000 , etc.. )
> Can anyone give me a tip here? Like somesort of template for reading files
> and putting the values on some outports?
I agree with you that parsing text is a pain.
Consider declaring native types.
Maybe an array of records,
as a constant or a file.
Related article:
http://groups.google.com/groups?q=re...ile_id+my_type
-- Mike Treseler