User`s manual

Wave window
7-194 ModelSim XE Graphic Interface ModelSim Xilinx Users Manual
Label width
specify Auto Adjust to accommodate any length label, or set a fixed label width
Cursors
turn printing of cursors on or off
Color
select full color printing, grayscale or black and white
Scaling
specify a Fixed output time width in nanoseconds per page the number of
pages output is automatically computed; or, select Fit to to define the number
of pages to be output based on the paper size and time settings; if set, the time-
width per page is automatically computed
Orientation
select the output page orientation, Portrait or Landscape
The vsim.ps include file
The Postscript file that VSIM creates (if you print to a file) includes a file named
vsim.ps that is shipped with ModelSim. The file is "included" in the Postscript
output from the waveform display; it sets the fonts, spacing, and print header and
footer (the font and spacing is based on those used in the Wave window). If you
want to change any of the Postscript defaults, you can do it by making changes in
this file. Note that you should copy the file before making your changes so that
you can save the original.
% Copyright 1993 Model Technology Incorporated.
% All rights reserved.
% A(#)vsim.ps 1.2 13 Mar 1994
%
% This file is included in the postscript output from the
% waveform display.
%
% pick the fonts
/fontheight 10 def
/mainfont {/Helvetica-Narrow findfont fontheight scalefont setfont} def
/smallfont {/Helvetica-Narrow findfont fontheight 3 sub scalefont setfont} def
mainfont
3 10 div setlinewidth
/signal_spacing fontheight 9 add def
/one_ht fontheight 2 sub def
/z_ht one_ht 2 div def
/ramp 2 def
/hz_tick_len 4 def
...