From 70cc586c068c297bdd1fbb0285473246f8812655 Mon Sep 17 00:00:00 2001 From: gingold Date: Sun, 9 Oct 2005 17:27:11 +0000 Subject: --vcdz option added, switched to gcc-4.0.2, can be compiled with GNAT GPL 2005 ready for ada05 (interface identifier not used anymore) bug fixes --- doc/ghdl.texi | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ghdl.texi b/doc/ghdl.texi index 4824cdf84..41785e505 100644 --- a/doc/ghdl.texi +++ b/doc/ghdl.texi @@ -1522,13 +1522,21 @@ Do not simulate, only elaborate. This may be used with design. @item --vcd=@var{FILENAME} +@item --vcdgz=@var{FILENAME} @cindex @option{--vcd} option +@cindex @option{--vcdgz} option @cindex vcd @cindex value change dump @cindex dump of signals -Dump into the VCD file @var{FILENAME} the signal values before each -non-delta cycle. If @var{FILENAME} is @samp{-}, then the standard output is -used, otherwise a file is created or overwritten. +@option{--vcd} dumps into the VCD file @var{FILENAME} the signal +values before each non-delta cycle. If @var{FILENAME} is @samp{-}, +then the standard output is used, otherwise a file is created or +overwritten. + +The @option{--vcdgz} option is the same as the @option{--vcd} option, +but the output is compressed using the @code{zlib} (@code{gzip} +compression). However, you can't use the @samp{-} filename. +Furthermore, only one VCD file can be written. @dfn{VCD} (value change dump) is a file format defined by the @code{verilog} standard and used by virtually any wave viewer. -- cgit v1.2.3