[source]

Class uvm_analysis_export

uvm_pkg::uvm_analysis_export <T> + get_type_name(): string + write(): void

Inheritance Diagram of uvm_analysis_export

Exports a lower-level uvm_analysis_imp to its parent.

Parameters

Name

Default value

Description

T

int

Constructors

function new ( string name, uvm_component parent ) [source]

Instantiate the export.

Functions

virtual function string get_type_name ( ) [source]

virtual function void write ( int t ) [source]

analysis port differs from other ports in that it broadcasts to all connected interfaces. Ports only send to the interface at the index specified in a call to set_if (0 by default).