[source]

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.

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".