• 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 Design
  3. About schematic Plot

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 126
  • Views 14482
  • 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

About schematic Plot

bobbygang
bobbygang over 14 years ago

Hi, I meet a new problem recently when I want to plot schematic to pdf. 

My .cdspolotinit file is shown below, I choose PDF_1000dpi as my plotter

Encapsulated PostScript|Encapsulated PostScript: \
 :manufacturer=Adobe: \
 :type=epsf: \
 :resolution#300: \
 :maximumPages#1: \
 :paperSize="5x5 inches" 1500 1500: \
 :paperSize="8x8 inches" 2400 2400: \
 :paperSize="Unlimited" 72000 72000:

PDF_1000dpi|Small Postscript: \
        :type=postscript2: \
        :spool=ps2pdf13 - > ~andy_zhu/cadence/plot/plot_{cellName}.pdf ; (acroread ~andy_zhu/cadence/plot/plot_{cellName}.pdf &): \
        :resolution#1000: \
        :maximumPages#30: \
        :paperSize="A" 8000 10500 250 250:

After I use design-->plot-->submit to plot schematic I can get a pdf,but its size is 0kB. Why? 

Best Regards,

Bobbygang

 

 

  • Cancel
Parents
  • dmay
    dmay over 14 years ago

    I tried your .cdsplotinit and did not end up with a 0 byte file. However, I did have to add a dollar sign in front of the braces:

    plot_${cellName}.pdf

    Secondly, cellName is not an environment variable in my setup, so I ended up with $plot_.pdf for a file name, but it worked.

    If I were you, I'd debug this one step at a time. If you remove your spool line from the .cdsplotinit and plot again, Cadence will create a postscript file for you. Look in your CIW to see where the file was created. If the postscript file is 0 bytes, then you may have your plot settings such that no data is getting printed. If you do have a post script file, then run ps2pdf13 on it and see if the pdf is any good. If not, then ps2pdf13 has problems. This command should exist in your path. In fact, I just tried changing the name of ps2pdf13 in the .cdsplotinit to a bogus name and I got a 0 byte file. Thus, your problem is most likely that ps2pdf13 does not exist in your path anywhere. This does not come with Cadence, it is something you need to download and install.

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • dmay
    dmay over 14 years ago

    I tried your .cdsplotinit and did not end up with a 0 byte file. However, I did have to add a dollar sign in front of the braces:

    plot_${cellName}.pdf

    Secondly, cellName is not an environment variable in my setup, so I ended up with $plot_.pdf for a file name, but it worked.

    If I were you, I'd debug this one step at a time. If you remove your spool line from the .cdsplotinit and plot again, Cadence will create a postscript file for you. Look in your CIW to see where the file was created. If the postscript file is 0 bytes, then you may have your plot settings such that no data is getting printed. If you do have a post script file, then run ps2pdf13 on it and see if the pdf is any good. If not, then ps2pdf13 has problems. This command should exist in your path. In fact, I just tried changing the name of ps2pdf13 in the .cdsplotinit to a bogus name and I got a 0 byte file. Thus, your problem is most likely that ps2pdf13 does not exist in your path anywhere. This does not come with Cadence, it is something you need to download and install.

    Derek

    • 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