• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. How to do a plot in Cadence?

Stats

  • Locked Locked
  • Replies 23
  • Subscribers 144
  • Views 28756
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to do a plot in Cadence?

Alex Liao
Alex Liao over 11 years ago

Hi, everytime when I want to print a schematic/ layout view to a file, it always says:

There were no system .cdsplotinit files found.

*WARNING* Plotter configuration not loaded.

 I could not find it in the provided PDK. Instead, I found something interesting. Under the /CMC/tools/cadence/IC5141USR6_lnx86, I found a cdsplotinit (no dot in front) and under /CMC/tools/cadence/IC5141USR6_lnx86/tools.lnx86/plot/samples, I found a cdsplotinit.sample.

 I am sure thoses are something related to the plot function. However I tried to rename them to .cdsplotinit which is required from the warning message and it is still not working. Not a proper plotter can be found.

 

Anyone got an idea?

 

Thanks,

Alex 

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    It is not intended that you directly copy that file to your site .cdsplotinit. It's a template that is used to build the actual .cdsplotinit by plotconfig.

    You can copy entries from the file but precede the lines with a name for the printer. So for example, you could take:

    start

    Encapsulated PostScript: \
    	:manufacturer=Adobe: \
    	:type=epsf: \
    	:maximumPages#1: \
    	:resolution#300: \
    	:paperSize="5x5 inches" 1500 1500: \
    	:paperSize="8x8 inches" 2400 2400: \
    	:paperSize="Unlimited"  72000 72000:
    
    Generic 300 dpi Adobe PostScript Level 1 Plotter: \
            :manufacturer=Adobe: \
            :type=postscript1: \
            :maximumPages#30: \
            :resolution#300: \
            :paperSize="A" 2400 3150 75 75:
    

    and then add in the printer names with a pipe character before each entry:

    My Encap|Encapsulated PostScript: \
    	:manufacturer=Adobe: \
    	:type=epsf: \
    	:maximumPages#1: \
    	:resolution#300: \
    	:paperSize="5x5 inches" 1500 1500: \
    	:paperSize="8x8 inches" 2400 2400: \
    	:paperSize="Unlimited"  72000 72000:
    
    My PS|Generic 300 dpi Adobe PostScript Level 1 Plotter: \
            :manufacturer=Adobe: \
            :type=postscript1: \
            :maximumPages#30: \
            :resolution#300: \
            :paperSize="A" 2400 3150 75 75:
    

    Or you could delete your .cdsplotinit and then use plotconfig. Pick something like the plotter model (note, these will all be ancient printers, but it's the type that makes the difference) you want in the bottom list and double click on it to add it to the top (having picked site, group (working dir) or personal (home dir) as the destination. Then you can select the printer in the top list and press the setup or queue button to customise it (e.g. change the name, available paper sizes etc). That's probably the easiest way to get started.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    It is not intended that you directly copy that file to your site .cdsplotinit. It's a template that is used to build the actual .cdsplotinit by plotconfig.

    You can copy entries from the file but precede the lines with a name for the printer. So for example, you could take:

    start

    Encapsulated PostScript: \
    	:manufacturer=Adobe: \
    	:type=epsf: \
    	:maximumPages#1: \
    	:resolution#300: \
    	:paperSize="5x5 inches" 1500 1500: \
    	:paperSize="8x8 inches" 2400 2400: \
    	:paperSize="Unlimited"  72000 72000:
    
    Generic 300 dpi Adobe PostScript Level 1 Plotter: \
            :manufacturer=Adobe: \
            :type=postscript1: \
            :maximumPages#30: \
            :resolution#300: \
            :paperSize="A" 2400 3150 75 75:
    

    and then add in the printer names with a pipe character before each entry:

    My Encap|Encapsulated PostScript: \
    	:manufacturer=Adobe: \
    	:type=epsf: \
    	:maximumPages#1: \
    	:resolution#300: \
    	:paperSize="5x5 inches" 1500 1500: \
    	:paperSize="8x8 inches" 2400 2400: \
    	:paperSize="Unlimited"  72000 72000:
    
    My PS|Generic 300 dpi Adobe PostScript Level 1 Plotter: \
            :manufacturer=Adobe: \
            :type=postscript1: \
            :maximumPages#30: \
            :resolution#300: \
            :paperSize="A" 2400 3150 75 75:
    

    Or you could delete your .cdsplotinit and then use plotconfig. Pick something like the plotter model (note, these will all be ancient printers, but it's the type that makes the difference) you want in the bottom list and double click on it to add it to the top (having picked site, group (working dir) or personal (home dir) as the destination. Then you can select the printer in the top list and press the setup or queue button to customise it (e.g. change the name, available paper sizes etc). That's probably the easiest way to get started.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information