gktwave and eps output for latex

Guest
I want .eps file from gktwave program.

Currently I need to store as .ps file and convert to .eps file
using GSVIEW. When I include .eps file in latex, it looks very bad.
Also, I want only waveform, but it leaves lot of white spaces.

How do I get sharp waveforms from .vcd file for publications.
I am stuck. Please help.



Any other free software which produces sharp wave forms is also OK.

Thanks in advance
 
santhosh_h...@yahoo.com wrote:
I want .eps file from gktwave program.

Currently I need to store as .ps file and convert to .eps file
using GSVIEW. When I include .eps file in latex, it looks very bad.
Also, I want only waveform, but it leaves lot of white spaces.
ghostscript -sDEVICE=epswrite -sOutputFile=example.eps example.ps

Then hand edit these two lines in your .eps file to set the bounding
box as appropriate to remove any extra whitespace:

%%BoundingBox: 71 71 243 720
%%HiResBoundingBox: 71.000000 71.000000 242.200000 720.000000

Note also that selecting "minimal" rather than "full" will reduce a
good portion of the whitespace however you will have to manually set
the bounding box to remove any empty traces as the gtkwave generated
postscript file more-or-less matches what is onscreen.

Regards,
-t
 

Welcome to EDABoard.com

Sponsor

Back
Top