• 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 14478
  • 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
  • bobbygang
    bobbygang over 14 years ago

    Anyone knows?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • bobbygang
    bobbygang over 14 years ago

    Anybody help?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • 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
  • bobbygang
    bobbygang over 14 years ago

    Hi,dmay
    It seems that postscript is right, but plot is 0kB.
    Now I only can use this method to plot schematic:
    In plot option, I select "Send Plot only to file",and then in unix use command "ps2pdf" to convert the postsricpt to pdf.
    I firstly think perhaps in cdsplotinit file it shoud use ps2pdf instead ps2pdf13
    However, it also doens't work.

    Regards,
    Bobby

     

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

    It wasn't clear to me whether you tried my suggestion of removing the spool line. What happens when you remove the spool line? Does a 0KB file get created?

    The ps2pdf program is a Unix postscript distiller. The one we have installed at our site has various versions:
    ps2pdf, ps2pdf12, psdpdf13, ps2pdf14, ps2pdfwr

    You need to setup your cdsplotinit file to use what you have installed. That functionality is not provided by Cadence. I think you must have grabbed those .cdsplotinit settings of this Community forum somewhere. Whatever you put in that spool line needs to exist in your path. Maybe you need to replace ps2pdf with the full path to ps2pdf in case your path setting in Cadence is not including the path to that script.

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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