User guide

24-246
SystemVerilog Testbench Constructs
-cm_name filename
As a compile-time or runtime option, specifies an alternative test
name instead of the default name. The default test name is "test".
VCS NTB (SV) Memory Profiler
The VCS NTB(SV) memory profiler is a Limited Customer availability
(LCA) feature in NTB(SV) and requires a separate license. Please
contact your Synopsys AC for a license key.
VCS has been enhanced to support profiling of memory consumed
by the following dynamic data types:
associative Array
dynamic Array
•smart Queue
•string
•event
•class
Use Model
The $vcsmemprof() task can be called from the CLI or the UCLI
interface. The syntax for $vcsmemprof() is as follows:
$vcsmemprof("filename", "w|a+");