Class uvm_pkg::uvm_port_component
Collaboration Diagram of uvm_port_component
Name |
Default value |
Description |
---|---|---|
PORT |
uvm_object |
Constructors
- new(string name, uvm_component parent, uvm_object port)
- Parameters:
name (string)
parent (uvm_component)
port (uvm_object)
Functions
- get_type_name()
- resolve_bindings()
- get_port()
- Return type:
- get_connected_to(uvm_port_list list)
- Parameters:
list (uvm_port_list)
- get_provided_to(uvm_port_list list)
- Parameters:
list (uvm_port_list)
- is_port()
- is_export()
- is_imp()
×
Function
get_port
Retrieve the actual port object that this proxy refers to.