User guide

24-136
SystemVerilog Testbench Constructs
opt_method_specifiers
Refers to a combination of protection level specifier (local, or
protected), virtual method specifier (virtual), and the static method
specifier (static) for the method.
task_identifier
Name of the task.
function_identifier
Name of the function.
function_type
Data type of the return value of the function.
list_of_task_proto_formals
List of formal arguments to the task.
list_of_function_proto_formals
List of formal arguments to the function.
placement
Specifies the position at which the advice code within the advice is
woven into the target method definition. Target method is either the
class method, or some other new method that was created as part
of the process of weaving, which is a part of pre-compilation
expansion of code. The overall details of the process of “weaving”
are explained in Pre-compilation Expansion details. The placement