Implementation of the uvm_root class, as defined in 1800.2-2020 Section F.7 with the following additional API
uvm_root | |||
Implementation of the uvm_root class, as defined in 1800.2-2020 Section F.7 with the following additional API | |||
Class Hierarchy | |||
| |||
Class Declaration | |||
| |||
Methods | |||
set_enable_print_topology | Sets the variable to enable printing the entire testbench topology just after completion of the end_of_elaboration phase. | ||
get_enable_print_topology | Gets the variable to enable printing the entire testbench topology just after completion of the end_of_elaboration phase.. |
function void set_enable_print_topology ( bit enable )
Sets the variable to enable printing the entire testbench topology just after completion of the end_of_elaboration phase.
@uvm-accellera The details of this API are specific to the Accellera implementation, and are not being considered for contribution to 1800.2
function bit get_enable_print_topology ()
Gets the variable to enable printing the entire testbench topology just after completion of the end_of_elaboration phase..
@uvm-accellera The details of this API are specific to the Accellera implementation, and are not being considered for contribution to 1800.2
Implementation of the uvm_root class, as defined in 1800.2-2020 Section F.7 with the following additional API
class uvm_root extends uvm_component
Sets the variable to enable printing the entire testbench topology just after completion of the end_of_elaboration phase.
function void set_enable_print_topology ( bit enable )
Gets the variable to enable printing the entire testbench topology just after completion of the end_of_elaboration phase..
function bit get_enable_print_topology ()