[source]

Class uvm_component_name_check_visitor

Constructors

function new ( string name ) [source]

Functions

virtual function string get_name_constraint ( ) [source]

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

virtual function void visit ( uvm_component node ) [source]
virtual function void begin_v ( ) [source]
virtual function void end_v ( ) [source]