User guide

7-30
VCD and VPD File Utilities
+dumpports+instance
Generate an EVCD file for the specified module instance. If the
path to the specified instance contains escaped identifiers, then
the full path must be enclosed in single quotes.
-f cmd_filename
Specify a command file containing commands to limit the design
converted to VCD or EVCD. The syntax for this file is explained
in the following section.
The Command file Syntax
Using a command file, you can:
generate a VCD file for the whole design or for the specified
instance/s.
generate only the port information for the specified instance/s.
generate an EVCD file for the specified instance/s.
Before writing a command file, please note the following:
All commands must start as a first word in the line, and the
arguments for these commands should be written in the same line.
Example:
dumpvars 1 adder4
All comments must start with “//”.
Example:
//Add your comment here
dumpvars 1 adder4