Class uvm_domain
Constructors
Functions
- static function void get_domains ( uvm_domain domains ) [source]
Provides a list of all domains in the provided domains argument.
- static function uvm_domain get_common_domain ( ) [source]
Get the "common" domain, which consists of the common phases that all components execute in sync with each other. Phases in the "common" domain are build, connect, end_of_elaboration, start_of_simulation, run, extract, check, report, and final.
- static function uvm_domain get_uvm_domain ( ) [source]
Get a handle to the singleton uvm domain
×
Phasing schedule node representing an independent branch of the schedule. Handle used to assign domains to components or hierarchies in the testbench