The xil_object class is the base class for all Xilinx Verification Component data and hierarchical classes. Its primary role is to define a set of methods for common operations such as set name, verbosity, tag etc.
function new ( |
| ); |
Constructor to create a new xil_object.~name~ is the name of the instance.
virtual function void set_verbosity( |
| ); |
Sets the verbosity of debug information which will be printed in <xil_object>.If updated is bigger than 300, it will print out necessary log message. Refer xil_info for verbosity information.
Returns the current value of verbosity of xil_object.
Sets is_active to be 1 and xil_object is in active state.
Sets is_active to be 0 and xil_object is in not active state.
Returns the is_active value of xil_object. A value of 1 is considered active.