Class uvm_pkg::uvm_text_tr_database
Constructors
- new(string name = "unnamed-uvm_text_tr_database")
Function
new
Constructor
Parameters
-
name
-
Instance name
- Parameters:
name (string)
-
Functions
- set_file_name(string filename)
Function
set_file_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".
- Parameters:
filename (string)
×
CLASS
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.