Technical data
Wave window
190
-
ModelSim EE Graphic Interface ModelSim EE/PLUS Reference Manual
The vsim.ps include file
The Postscript file that VSIM creates includes a file named
vsim.ps
that is shipped
with Model
Sim
. 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
...