User guide

C-11
Simulation Options
fsm
Monitors for FSM coverage.
tgl
Monitors for toggle coverage.
path
Monitors for path coverage.
branch
Monitors for branch coverage
assert
Monitors for SystemVerilog assertion coverage
If you want VCS to monitor for more than one type of coverage,
use the plus (+) character as a delimiter between arguments. For
example:
simv -cm line+cond+fsm+tgl+path
The -cm option is also a compile-time option and an option on the
cmView command line.
-cm_dir directory_path_name
Specifies an alternative name and location for the simv.cm
directory. The -cm_dir option is also a compile-time option and
a cmView command line option.
-cm_glitch period
Specifies a glitch period during which VCS does not monitor for
coverage caused by value changes. The period is an interval of
simulation time specified with a non-negative integer.
-cm_log filename
As a compile-time or runtime option, specifies a log file for
monitoring for coverage during simulation. As a cmView
command line option, specifies a log file for writing reports.