[source]

Class uvm_text_tr_database

uvm_pkg::uvm_text_tr_database + m_file : UVM_FILE + type_name : string + __m_uvm_field_automation(): void + create(): uvm_object + get_object_type(): uvm_object_wrapper + get_type(): type_id + get_type_name(): string + set_file_name(): void

Inheritance Diagram of uvm_text_tr_database

The uvm_text_tr_database is the default implementation for the uvm_tr_database. It provides the ability to store recording information into a textual log file.

Constructors

function new ( string name ) [source]

Constructor

Parameters

name

Instance name

Functions

function void set_file_name ( string filename ) [source]

Sets the file name which will be used for output.

The set_file_name method can only be called prior to open_db .

By default, the database will use a file named "tr_db.log".