[source]

Class uvm_pkg::uvm_component_name_check_visitor

Assertions

Name

Kind

Description

uvm_pkg::uvm_component_name_check_visitor.[anonymous]

immediate assert

(compiled_regex != null)

Constructors

new(string name = "")
Parameters:

name (string)

Functions

get_name_constraint()

Function

get_name_constraint

This method should return a regex for what is being considered a valid/good component name. The visitor will check all component names using this regex and report failing names

visit(uvm_component node)
Parameters:

node (uvm_component)

begin_v()
end_v()