[source]

Class uvm_scope_stack

uvm_pkg::uvm_scope_stack + depth(): int + down(): void + down_element(): void + get(): string + get_arg(): string + set(): void + set_arg(): void + set_arg_element(): void + unset_arg(): void + up(): void + up_element(): void

Inheritance Diagram of uvm_scope_stack

CLASS- uvm_scope_stack

Functions

function int depth ( ) [source]

depth

function string get ( ) [source]

scope

function string get_arg ( ) [source]

scope_arg

function void set ( string s ) [source]

set_scope

function void down ( string s ) [source]

down

function void down_element ( int element ) [source]

down_element

function void up_element ( ) [source]

up_element

function void up ( byte separator ) [source]

up

function void set_arg ( string arg ) [source]

set_arg

function void set_arg_element ( string arg, int ele ) [source]

set_arg_element

function void unset_arg ( string arg ) [source]

unset_arg