Package: TextUtilPkg

Functions

Description
prints the message when active
useful for debug switches

Description
converts std_logic into a character

Description
converts std_logic into a string (1 to 1)

Description
converts std_logic_vector into a string (binary base)

Description
converts boolean into a string

Description
converts an integer into a single character
(can also be used for hex conversion and other bases)

Description
Converts a character into an integer

Description
converts integer into string using specified base

Description
converts a string with specified base into an integer

Description
converts integer to string, using base 10

Description
converts a time to a string

Description
convert std_logic_vector into a string in hex format

Description

functions to manipulate strings

convert a character to upper case

Description
convert a character to lower case

Description
convert a string to upper case

Description
convert a string to lower case

Description
checks if whitespace (JFF)

Description
remove leading whitespace (JFF)

Description
return first nonwhitespace substring (JFF)

Description
finds the first non-whitespace substring in a string and (JFF)
returns both the substring and the original with the substring removed

Description

functions to convert strings into other formats

converts a character into std_logic

Description
converts a string into std_logic_vector

Description

file I/O

read variable length string from input file

Description
print string to a file and start new line

Description
print character to a file and start new line