User guide

24-250
SystemVerilog Testbench Constructs
3. Program View
Reports the dynamic memory consumed in each SV program in
the system.
4. Program To Construct View
a. Task-Function-Thread section
Reports the total dynamic memory in each active task, function
and thread in the module/program.
b. Class Section
Reports the total dynamic memory consumed in each class in
the module/program.
c. Dynamic data Section
Reports the total memory consumed in each of dynamic
testbench data types - associative arrays, dynamic arrays,
queues, events, strings, in the module/program.
5. Module To Construct View:
Same as "Program To Construct View".