• 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 28745
  • 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
  • Alex Liao
    Alex Liao over 11 years ago

    Andrew,

     

    I have tried setenv LD_LIBRARY_PATH $CDSHOME/tools/lib:$LD_LIBRARY_PATH

    and  $CDSHOME/tools/plot/bin/plotconfig

    It says /CMC/tools/cadence/IC5141USR6_lnx86/tools/plot/bin/plotconfig: line 10:  3386 Segmentation fault (core dumped) ${PLOT_ROOT}/bin/plotconfigEXE $*
     
    Also I have tried different IC version. For CMOS65nm,  
    with printenv result like this:
    CDS_Netlisting_Mode=Analog
    CDS_AUTO_64BIT=NONE
    LD_LIBRARY_PATH=/lib64:/usr/lib64:/lib:/usr/lib::/CMC/tools/cadence/MMSIM_07.20.109_lnx86/tools/lib
    CMC_HOME=/CMC
    CMC_CDS_ARCH=lnx86
    CMC_SNPS_ARCH=amd64
    CMC_SNPS_ARCH2=AMD.64
    CMC_SNPS_ARCH3=linux
    CMC_MNT_ARCH=ixl
    CMC_MNT_ARCH2=linux_x86_64
    CMC_MNT_ARCH3=ixl
    CMC_XILINX_ARCH=64
    CMC_ST_ARCH=lnx
    CMC_ANSYS_ARCH=Linux64
    CMC_SOURCED=1
    CDS_TOP_DIR=/CMC/tools/cadence
    CMC_CDS_OA_ARCH=lnx86
    CMC_CDS_SOURCED=1
    CMC_CDS_IUS_ARCH=lnx86
    CMC_CDS_IUS_HOME=/CMC/tools/cadence/IUS08.20.024_lnx86
    AMSHOME=/CMC/tools/cadence/IUS08.20.024_lnx86
    SYNOPSYS=/CMC/tools/synopsys/syn_vD-2010.03-SP4
    CMC_SNPS_SOURCED=1
    CMC_CDS_IC_ARCH=lnx86
    CMC_CDS_IC_HOME=/CMC/tools/cadence/IC06.14.005_lnx86
    CDS_HOME=/CMC/tools/cadence/IC06.14.005_lnx86
    CDSHOME=/CMC/tools/cadence/IC06.14.005_lnx86
    CDS_INST_DIR=/CMC/tools/cadence/IC06.14.005_lnx86
    XPEDION_CADENCE_VERSION=614
    CMC_MNT_HOME=/CMC/tools/mentor
    MGC_TMPDIR=/tmp
    MGLS_CONN_TIMEOUT=20
    CMC_MNT_SOURCED=1
    CMC_MNT_CALIBRE_ARCH=ixl
    CMC_MNT_CALIBRE_HOME=/CMC/tools/mentor/ixl_cal_2011.4_35.27
    MGC_HOME=/CMC/tools/mentor/ixl_cal_2011.4_35.27
    CALIBRE_HOME=/CMC/tools/mentor/ixl_cal_2011.4_35.27
    CDS_SPECTRERF_FBENABLE=1
    CMC_CDS_MMSIM_ARCH=lnx86
    CMC_CDS_MMSIM_HOME=/CMC/tools/cadence/MMSIM_07.20.109_lnx86
     
    As can be seen the version is IC 614 which is before IC 616 so I did the LD_LIBRARY_PATH again.
    The   $CDSHOME/tools/plot/bin/plotconfig result is very strange:
    Warning: No type converter registered for 'String' to 'map' conversion.
    Warning: Cannot find callback list in XtAddCallback
     
    These two warnings are nested in recurrance.
     
    So I think more things needs to be checked before run cdsplot.
     
    By the way, what are the better utilities that you mentioned?
    Also, I have double checked menus in the schematic/layout editor, I did not find the mentioned ability to directly export an image from schematic/layout editor. The only way I can see is the 'plot menu' which must be the same way of setting cdsplot.
     
    Regards,
    Alex 
     
     
     
     
     
     
     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Alex Liao
    Alex Liao over 11 years ago

    Andrew,

     

    I have tried setenv LD_LIBRARY_PATH $CDSHOME/tools/lib:$LD_LIBRARY_PATH

    and  $CDSHOME/tools/plot/bin/plotconfig

    It says /CMC/tools/cadence/IC5141USR6_lnx86/tools/plot/bin/plotconfig: line 10:  3386 Segmentation fault (core dumped) ${PLOT_ROOT}/bin/plotconfigEXE $*
     
    Also I have tried different IC version. For CMOS65nm,  
    with printenv result like this:
    CDS_Netlisting_Mode=Analog
    CDS_AUTO_64BIT=NONE
    LD_LIBRARY_PATH=/lib64:/usr/lib64:/lib:/usr/lib::/CMC/tools/cadence/MMSIM_07.20.109_lnx86/tools/lib
    CMC_HOME=/CMC
    CMC_CDS_ARCH=lnx86
    CMC_SNPS_ARCH=amd64
    CMC_SNPS_ARCH2=AMD.64
    CMC_SNPS_ARCH3=linux
    CMC_MNT_ARCH=ixl
    CMC_MNT_ARCH2=linux_x86_64
    CMC_MNT_ARCH3=ixl
    CMC_XILINX_ARCH=64
    CMC_ST_ARCH=lnx
    CMC_ANSYS_ARCH=Linux64
    CMC_SOURCED=1
    CDS_TOP_DIR=/CMC/tools/cadence
    CMC_CDS_OA_ARCH=lnx86
    CMC_CDS_SOURCED=1
    CMC_CDS_IUS_ARCH=lnx86
    CMC_CDS_IUS_HOME=/CMC/tools/cadence/IUS08.20.024_lnx86
    AMSHOME=/CMC/tools/cadence/IUS08.20.024_lnx86
    SYNOPSYS=/CMC/tools/synopsys/syn_vD-2010.03-SP4
    CMC_SNPS_SOURCED=1
    CMC_CDS_IC_ARCH=lnx86
    CMC_CDS_IC_HOME=/CMC/tools/cadence/IC06.14.005_lnx86
    CDS_HOME=/CMC/tools/cadence/IC06.14.005_lnx86
    CDSHOME=/CMC/tools/cadence/IC06.14.005_lnx86
    CDS_INST_DIR=/CMC/tools/cadence/IC06.14.005_lnx86
    XPEDION_CADENCE_VERSION=614
    CMC_MNT_HOME=/CMC/tools/mentor
    MGC_TMPDIR=/tmp
    MGLS_CONN_TIMEOUT=20
    CMC_MNT_SOURCED=1
    CMC_MNT_CALIBRE_ARCH=ixl
    CMC_MNT_CALIBRE_HOME=/CMC/tools/mentor/ixl_cal_2011.4_35.27
    MGC_HOME=/CMC/tools/mentor/ixl_cal_2011.4_35.27
    CALIBRE_HOME=/CMC/tools/mentor/ixl_cal_2011.4_35.27
    CDS_SPECTRERF_FBENABLE=1
    CMC_CDS_MMSIM_ARCH=lnx86
    CMC_CDS_MMSIM_HOME=/CMC/tools/cadence/MMSIM_07.20.109_lnx86
     
    As can be seen the version is IC 614 which is before IC 616 so I did the LD_LIBRARY_PATH again.
    The   $CDSHOME/tools/plot/bin/plotconfig result is very strange:
    Warning: No type converter registered for 'String' to 'map' conversion.
    Warning: Cannot find callback list in XtAddCallback
     
    These two warnings are nested in recurrance.
     
    So I think more things needs to be checked before run cdsplot.
     
    By the way, what are the better utilities that you mentioned?
    Also, I have double checked menus in the schematic/layout editor, I did not find the mentioned ability to directly export an image from schematic/layout editor. The only way I can see is the 'plot menu' which must be the same way of setting cdsplot.
     
    Regards,
    Alex 
     
     
     
     
     
     
     

    • 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