View Single Post
  #4 (permalink)  
Old 07-28-2003, 06:08 PM
Mike Treseler
Guest
 
Posts: n/a
Default Re: the textio lib and std_logic_textio



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

Reply With Quote