Difference between revisions of "Printing/Plotting your layout images"

From Vlsiwiki
Jump to: navigation, search
(Created page with " In your working directory (from where you launch '''virtuoso &''') , create a file name "'''.cdsplotinit'''", with the following contents: Encapsulated PostScript |Encapsula...")
 
Line 11: Line 11:
 
         :paperSize="Unlimited" 72000 72000:
 
         :paperSize="Unlimited" 72000 72000:
  
And then use Virtuoso's menu File->Print->Plot Options
+
And then use Virtuoso's menu '''File->Print->Plot Options'''
  
Edit the box/field with Local Tmp Directory to point to a place where you want the image file to be saved.
+
Edit the box/field with '''Local Tmp Directory''' to point to a place where you want the image file to be saved.
  
 
'''Check''' the box "'''Send Plot Only to File'''"
 
'''Check''' the box "'''Send Plot Only to File'''"

Revision as of 22:53, 10 June 2013

In your working directory (from where you launch virtuoso &) , create a file name ".cdsplotinit", with the following contents:

Encapsulated PostScript |Encapsulated PostScript: \

       :manufacturer=Adobe: \
       :type=epsfiC: \
       :maximumPages#1: \
       :resolution#300: \
       :paperSize="8.5x11 inches" 1500 1500: \
       :paperSize="46x33 inches" 2400 2400: \
       :paperSize="Unlimited" 72000 72000:

And then use Virtuoso's menu File->Print->Plot Options

Edit the box/field with Local Tmp Directory to point to a place where you want the image file to be saved.

Check the box "Send Plot Only to File"

Uncheck the box "Mail Log To"

Make sure, this file (.cdsplotinit) exists before you decide to launch your Virtuoso session for printing purposes.