OVERVIEW DOCUMENTATION
API DOCUMENTATION
uvm_pkg :: 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.
Constructor
Parameters
name
Instance name
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".
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.