User guide

D-24
Compiler Directives and System Tasks
$vcdplusmemorydump
Records (dumps) a snapshot of the values in a memory or
multi-dimensional array into the VPD file. Syntax is the same as
the $vcdplusmenon system task.
$vcdplusoff
Stops recording, in the VPD file, the transition times and values
for the nets and registers in the specified module instance or
individual nets or registers. Syntax:
$vcdplusoff[(level_number,module_instance |
net_or_reg)];
where:
level_number
Specifies the number of hierarchy scope levels for which to stop
recording signal value changes (a zero value records all scope
instances to the end of the hierarchy; default is all).
module_instance
Specifies the name of the scope for which to stop recording
signal value changes (default is all).
net_or_reg
Specifies the name of the signal for which to stop recording
signal value changes (default is all).
$vcdpluson
Starts recording, in the VPD file, the transition times and values
for the nets and registers in the specified module instance or
individual nets or registers. Syntax:
$vcdpluson[(level_number,module_instance |
net_or_variable)];
where: