Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Help in file IO

Reply
Thread Tools

Help in file IO

 
 
P. Jayakrishnan
Guest
Posts: n/a
 
      12-17-2004
hi everyone
i am using vhdl 93 syntax for my project. i am trying to detect
the end of file using "while not ENDFILE(vec_file) loop" where
vec_file is the input file. I am getting an error message as 'unknown
identifier ENDFILE'. can anyone help me.
thank you.
 
Reply With Quote
 
 
 
 
rootz anabo
Guest
Posts: n/a
 
      12-17-2004
Make sure you have the right packages included. i.e.
std_logic_textio.all
make sure vec_file is of type file
Unknown identifier error suggests vec_file argument might not be of the
type endfile( ) expects (i.e. file)



P. Jayakrishnan wrote:
> hi everyone
> i am using vhdl 93 syntax for my project. i am trying to detect
> the end of file using "while not ENDFILE(vec_file) loop" where
> vec_file is the input file. I am getting an error message as 'unknown
> identifier ENDFILE'. can anyone help me.
> thank you.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting JPG file ppt file [Powerpoint] file zxcvar Digital Photography 7 06-22-2009 07:54 PM
Help Help Help Pentax S5i Help needed (Please) The Martian Digital Photography 14 06-20-2008 07:56 AM
How to create MDF file (.mdf) file from XML file. Dave ASP .Net 1 06-07-2007 11:32 PM
In file parsing, taking the first few characters of a text file after a readfile or streamreader file read... .Net Sports ASP .Net 11 01-17-2006 12:44 AM
An Automated process of watching a network file folder, reading a file in it and deleting the file using ASP.NET ? Luis Esteban Valencia Muņoz ASP .Net 3 06-04-2005 10:56 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57