|
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 ) | |
Libraries | |
| ieee | |
Use Clauses | |
| std_logic_1164 | |
| textio | |
| StdRtlPkg | Package <StdRtlPkg> |
Definition at line 23 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 28 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 32 of file TextUtilPkg.vhd.
|
Function |
Definition at line 35 of file TextUtilPkg.vhd.
|
Function |
Definition at line 38 of file TextUtilPkg.vhd.
|
Function |
Definition at line 41 of file TextUtilPkg.vhd.
|
Function |
Definition at line 44 of file TextUtilPkg.vhd.
|
Function |
Definition at line 48 of file TextUtilPkg.vhd.
|
Function |
Definition at line 51 of file TextUtilPkg.vhd.
|
Function |
Definition at line 54 of file TextUtilPkg.vhd.
|
Function |
Definition at line 57 of file TextUtilPkg.vhd.
|
Function |
Definition at line 60 of file TextUtilPkg.vhd.
|
Function |
Definition at line 63 of file TextUtilPkg.vhd.
|
Function |
Definition at line 66 of file TextUtilPkg.vhd.
|
Function |
Definition at line 73 of file TextUtilPkg.vhd.
|
Function |
Definition at line 76 of file TextUtilPkg.vhd.
|
Function |
Definition at line 79 of file TextUtilPkg.vhd.
|
Function |
Definition at line 82 of file TextUtilPkg.vhd.
|
Function |
Definition at line 85 of file TextUtilPkg.vhd.
|
Function |
Definition at line 88 of file TextUtilPkg.vhd.
|
Function |
Definition at line 91 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 95 of file TextUtilPkg.vhd.
|
Function |
Definition at line 103 of file TextUtilPkg.vhd.
|
Function |
Definition at line 106 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 114 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 118 of file TextUtilPkg.vhd.
|
Procedure |
Definition at line 122 of file TextUtilPkg.vhd.
|
Library |
Definition at line 18 of file TextUtilPkg.vhd.
|
Package |
Definition at line 19 of file TextUtilPkg.vhd.
|
Package |
Definition at line 20 of file TextUtilPkg.vhd.
|
Package |
Definition at line 21 of file TextUtilPkg.vhd.