Inheritance diagram for class ovm_printer_knobs:
Public Member Functions | |
| function string | get_radix_str ( ovm_radix_enum radix ) |
Public Attributes | |
| int | begin_elements = 5; |
| string | bin_radix = "'b"; |
| int | column = 0; |
| string | dec_radix = "'d"; |
| ovm_radix_enum | default_radix |
| int | depth = -1; |
| int | end_elements = 5; |
| bit | footer = 1; |
| bit | full_name = 1; |
| int | global_indent = 0; |
| bit | header = 1; |
| string | hex_radix = "'h"; |
| bit | identifier = 1; |
| int | max_width = 999; |
| int | mcd = OVM_STDOUT; |
| string | oct_radix = "'o"; |
| string | prefix = ""; |
| bit | print_fields = 1; |
| bit | reference = 1; |
| bit | show_radix = 1; |
| bit | size = 1; |
| bit | sprint = 0; |
| string | truncation = "+"; |
| bit | type_name = 1; |
| string | unsigned_radix = "'d"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|