reading text file using vhdl

Status
Not open for further replies.

chitra ranganath

Member level 2
Joined
May 15, 2011
Messages
50
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,568
hi i want to know how many characters does a readline command reads.
is it full one line or is there any limitation for it.?????????
 

You won't a limitation of string length in the VHDL standard. If any limitation exists, it's implementation dependent. In other words, I fear there's no answer to your question.
 

The limit is Integer'high. Integer is implementation defined, but the normal implementation will limit it to 2^31 -1 characters.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…