On Wed, 27 Oct 2004 03:22:04 -0400, "pgh" <
[email protected]> wrote:
>Hi:
>I would like to know what the contents of a dumpfile would be like. How
>can I view the contents of a dump file in general. The simulator I am
>using is Modelsim.How do I view the dumpfile in Modelsim.
A1: You should have a file called vcd2wlf.exe somewhere in the
Modelsim directory. It will convert your vcd to a wlf file, which can
be displayed by Modelsim.
A2: There are free vcd viewers such as gtkwave which will display the
vcd file directly.
A3: Why do you want to display a vcd file in Modelsim? If you want
to look at what's going on inside your design, you should just drag
that piece of the hierarchy into Modelsim's wave window. Using VCD
will slow your simulation and make it harder to view signals.
Regards,
Allan