SURF
1.0
|
Functions | |
character | chr ( sl: in std_logic ) |
string | str ( sl: in std_logic ) |
string | str ( slv: in std_logic_vector ) |
string | str ( b: in boolean ) |
character | chr ( int: in integer ) |
integer | int ( c: in character ) |
string | str ( int: in integer , base: in integer ) |
integer | int ( s: in string , base: in integer ) |
string | str ( int: in integer ) |
string | str ( tim: in time ) |
string | hstr ( slv: in std_logic_vector ) |
character | toUpper ( c: in character ) |
character | toLower ( c: in character ) |
string | toUpper ( s: in string ) |
string | toLower ( s: in string ) |
boolean | isWhitespace ( c: in character ) |
string | strip ( s: in string ) |
string | firstString ( s: in string ) |
std_logic | toSl ( c: in character ) |
std_logic_vector | toSlv ( s: in string ) |
Procedures | |
print( text: string ) | |
print( active: boolean , text: string ) | |
chomp( variable s: inout string ,variable shead: out string ) | |
strRead( res_string: out string ) | |
print( new_string: in string ) | |
print( char: in character ) | |
strWrite( new_string: in string ) |
Definition at line 129 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 132 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 140 of file TextUtilPkg.vhd.
|
Function |
Definition at line 148 of file TextUtilPkg.vhd.
|
Function |
Definition at line 166 of file TextUtilPkg.vhd.
|
Function |
Definition at line 177 of file TextUtilPkg.vhd.
|
Function |
Definition at line 190 of file TextUtilPkg.vhd.
|
Function |
Definition at line 204 of file TextUtilPkg.vhd.
|
Function |
Definition at line 250 of file TextUtilPkg.vhd.
|
Function |
Definition at line 297 of file TextUtilPkg.vhd.
|
Function |
Definition at line 328 of file TextUtilPkg.vhd.
|
Function |
Definition at line 346 of file TextUtilPkg.vhd.
|
Function |
Definition at line 352 of file TextUtilPkg.vhd.
|
Function |
Definition at line 358 of file TextUtilPkg.vhd.
|
Function |
Definition at line 399 of file TextUtilPkg.vhd.
|
Function |
Definition at line 435 of file TextUtilPkg.vhd.
|
Function |
Definition at line 471 of file TextUtilPkg.vhd.
|
Function |
Definition at line 481 of file TextUtilPkg.vhd.
|
Function |
Definition at line 494 of file TextUtilPkg.vhd.
|
Function |
Definition at line 504 of file TextUtilPkg.vhd.
|
Function |
Definition at line 535 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 560 of file TextUtilPkg.vhd.
|
Function |
Definition at line 599 of file TextUtilPkg.vhd.
|
Function |
Definition at line 629 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 646 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 670 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 680 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 690 of file TextUtilPkg.vhd.