Prefix escaped identifiers in VCD and LXT(2) output with a back slash.
commit5d80c4856de569e634d3c7115329700fff3b94b8
authorCary R <cygcary@yahoo.com>
Tue, 20 Nov 2007 19:33:06 +0000 (20 11:33 -0800)
committerStephen Williams <steve@icarus.com>
Thu, 22 Nov 2007 03:25:55 +0000 (21 19:25 -0800)
treef0f67c96ac4ebdff1a69cd93b2126a60193039a8
parent870aa417bafb714c442160e143e54872a2c11ed2
Prefix escaped identifiers in VCD and LXT(2) output with a back slash.

GTKWave needs to have escaped identifiers properly escaped (preceded
with a back slash) in its VCD input. Without this the name may not
display correctly. Even though it is not required, to keep things
consistent LXT and LXT2 formats also prefix escaped identifiers with
a back slash.
vpi/sys_lxt.c
vpi/sys_lxt2.c
vpi/sys_vcd.c
vpi/vcd_priv.c
vpi/vcd_priv.h