Dump a VCD waveform for an SVTV, without first having defined the SVTV.
Usage:
(svtv-debug-defsvtv$ ;; entire form used to define an SVTV. May also be DEFSVTV$. (defsvtv$-phasewise ...) :env env :filename "my-file.vcd") ;; default "svtv-debug.vcd"
See svtv-debug$. This version is useful in cases where a user is debugging the signal settings of an SVTV. It skips the composition of the cycle FSM and pipeline stages, which on large designs can greatly shorten the debug loop.