Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top