| U | |
| ua_to_da | |
| ua_to_pa, packed_array | |
| ua_to_q | |
| ua_type | |
| uc_first, text | |
| unpacked_array | |
| untabify, text | |
| update_locations, tree | |
| util | |
| V | |
| val |
(STATIC) Converts an unpacked array of type T to a dynamic array of the same type.
static function void ua_to_da( const ref ua_type ua, ref da_type da, input bit reverse = 0 )
(STATIC) Converts an unpacked array of type T to a dynamic array of the same type.
static function void ua_to_da( const ref ua_type ua, ref da_type da, input bit reverse = 0 )
(STATIC) Converts an unpacked array of type T to a packed array of the same type.
static function void ua_to_pa( const ref ua_type ua, ref pa_type pa, input bit reverse = 0 )
(STATIC) Converts an unpacked array of type T to a queue of the same type.
static function void ua_to_q( const ref ua_type ua, ref q_type q, input bit reverse = 0 )
(STATIC) Converts an unpacked array of type T to a queue of the same type.
static function void ua_to_q( const ref ua_type ua, ref q_type q, input bit reverse = 0 )
The shorthand of the unpacked array type of type T.
typedef T ua_type[SIZE]
The shorthand of the unpacked array type of type T.
typedef T ua_type[WIDTH]
The shorthand of the unpacked array of type T.
typedef T ua_type[SIZE]
The shorthand of the unpacked array type of type T.
typedef T ua_type[SIZE]
(STATIC) Returns a copy of the given string with the first character uppercased and the remainder unchanged.
static function string uc_first( string s )
A parameterized class that manages an unpacked array.
virtual class unpacked_array #( type T = bit, int SIZE = 1 )
(STATIC) Returns a copy of the given string where all tab characters (\t) are replaced by one or more spaces, depending on the tab positions.
static function string untabify( string s, int unsigned tab_size = 8 )
(VIRTUAL) Updates the tree_node::location of the entire tree.
virtual function void update_locations()
(VIRTUAL) Provides several utility functions.
virtual class util
(RAND) The randomized value.
rand int val
(RAND) The randomized value.
rand int val
(RAND) The randomized value.
rand int val
(RAND) The randomized value.
rand int val
(RAND) The randomized value.
rand int val