manipulating the string

R

rahul.bajait30

hi all,

i am new to VHDL. i am trying to calculate the string length that to
taking that string from a file and then calculating its length.
could anybody help me out.

thanks in advance
 
K

KJ

hi all,

i am new to VHDL. i am trying to calculate the string length that to
taking that string from a file and then calculating its length.
could anybody help me out.

thanks in advance

Write the body for a function of the following form

function strlen(s: string) return natural is
begin
-- Put your code here
end function strlen;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top