Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.65 KB

vcd.md

File metadata and controls

64 lines (35 loc) · 1.65 KB

vcd

Value change dump

Simple, human readable, but not very efficient not general.

Defined in the Verilog standard, and generated by the $dump* Verilog commands.

Represents signals in function of type on all observed wires.

https://en.wikipedia.org/wiki/Value_change_dump

Defined with the VHDL standard.

Can be generated by VHDL simulations tools like GHDL.

ASCII based.

Only shows signals that changed at each point in time.

Use VCD as input for Verilog simulation:

VCD tooling

Dominant open source GUI viewer: GTKWave: https://sourceforge.net/projects/gtkwave/

Other viewers:

Parser libraries:

Writers (but why?):

Cross Module Reference

XMR

Unique path to a wire / module, e.g.:

top.submodule1.another_module.thewire

Simple canonical way to refer to a given thing in the design.

Enumerations

Strings

It would be awesome to be able to view the names of enumerations in VCD.

GTKWave supports this, but I don't know how to automate it: