[source]

Class uvm_pkg::uvm_analysis_export

Class

uvm_analysis_export

Exports a lower-level uvm_analysis_imp to its parent.

Parameters

Name

Default value

Description

T

int

Constructors

new(string name, uvm_component parent = null)

Function

new

Instantiate the export.

Parameters:

Functions

get_type_name()
write(int t)

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

Parameters:

t (int)