Re: [Gtkwave-users] How to add string in VCD file and then viewed by gtkwave
Brought to you by:
gtkwave,
joel1234567
From: yinxb <yin...@gm...> - 2013-01-05 00:25:50
|
Hi Tony It is great. Thanks. I think it helps me to debug better. Cheers Xiaobiao 2013/1/4 <by...@nc...>: > See below. Escape spaces and such as octal or hex (\x20) values. > > -Tony > > > $date > Fri Jan 4 09:41:07 2013 > $end > $version > GTKWave Analyzer v3.3.43 (w)1999-2012 BSI > $end > $timescale > 1 s > $end > $scope module top $end > $var real 0 " S $end > $upscope $end > $enddefinitions $end > $dumpvars > #0 > sThis " > #10 > sIs " > #20 > sA " > #30 > sTest\040Space " > #40 > |