• 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. Quantus QRC GUI wont start

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 126
  • Views 16282
  • 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

Quantus QRC GUI wont start

magal
magal over 9 years ago

Hi,

I'm trying to figure out why QRC GUI wont load.

I'm running IC6.1.6 ISR14, and trying to load QRC15.14 to run with it.

QRC installation path is:

/software/opt/CDS/EXT151/

And upon loading cadence I define im my path, among the rest:

/software/opt/CDS/EXT151/tools/bin:

/software/opt/CDS/EXT151/tools/extraction/bin:

/software/opt/CDS/EXT151/bin:

/software/opt/CDS/EXT151/tools/dfII/bin:

I also define the env variable:

QRC_HOME=/software/opt/CDS/EXT151

However, upon Layout-XL load I see under QRC tab:

"Loading QRC menu"

And when clicking it, the CIW spits:

*Warning* QRC_HOME environmental variable is set but UI can't locate correct QRC installation. In order to run UI in QRC compatibility mode you need to have QRC executables in yout $PATH and QRC should be 8.1. Check your QRC installation and environmantal setting.

I think QRC exec.s are defined OK. Is QRC15.14 too new for IC6.1.6ISR14??

Any help will be appreciated,

Matan

  • Cancel
  • Quek
    Quek over 9 years ago

    Hi Matan

    QRC15.14 can work well with IC616-ISR14. Would you please try the following and let us know if it helps?

    a. Create the following cshrc file:

    #!/bin/csh -f

    setenv CDS_AUTO_64BIT ALL
    setenv CDS_LIC_FILE 5280@your-server
    setenv CDS_LIC_ONLY

    setenv CDSHOME /software/opt/CDS/IC616-ISR14
    set cdsPath=($CDSHOME/tools/bin $CDSHOME/tools/dfII/bin)

    setenv QRC_HOME /software/opt/CDS/EXT151
    set qrcPath=($QRC_HOME/bin)

    set linuxPath=(/bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin .)

    set path=($cdsPath $qrcPath $linuxPath)


    b. Source the newly created cshrc file:

    terminal>source ./cshrc

    c. Start Virtuoso and check if QRC menu is now ok



    Best regards
    Quek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • magal
    magal over 9 years ago

    Hi Quek,

    Thanks for the response! I tried what you proposed, but had to make several (minor) modifications, due to the fact I'm not the a system admin.

    1. My original environmental had many CDS variables defined. I first remove them all.

    2. The way Cadence extensions are loaded is by "modules" (i.e. icfb version, assura, calibre qrc etc.). I don't write those modules and have no easy access to their content. I noticed that when I load our "ic616-14 module" a bunch of variables are redefined and QRC GUI won't start. by clearing that path and variables, and using your code lines QRC GUI load fine.

    3. Since QRC paths are defined correctly in our "EXT151 module" I deleted your path additions and using our existing code.

    4. I verified QRC loads fine now, and assura 4.15 has QRC option within it's menu (before it has RCX). Will test run extraction soon.

    5. Could you please have a look at my source file and just let me know if I "unsetenv" some critical vars? Attached:

    *******************************************************************

    #IC616-14 setting By Matan

    ##############################################
    #Clear environment stuff from shell          #
    ##############################################
    unsetenv HELPDIR
    unsetenv RFDE_CDS_VERSION
    unsetenv CLS_CDSD_COMPATIBILITY_LOCKING
    unsetenv RDS_CADENCE_VER
    unsetenv CDSDIR
    unsetenv OA_HOME
    unsetenv CDSHOME
    unsetenv RDS_MGC_VER
    unsetenv CDS_Netlisting_Mode
    unsetenv ASSURAHOME
    unsetenv RFDE_DBTYPE
    unsetenv CDS_LIC_FILE
    unsetenv CDS_LIC_TIMEOUT

    ##############################################
    #Define path and env vars for IC616-ISR14    #
    ##############################################
    setenv CDS_AUTO_64BIT ALL
    setenv CDS_LIC_FILE 5280@license01.caltech.edu
    setenv CDS_LIC_ONLY

    setenv CDSHOME /software/opt/CDS/cadence2013/IC616_14
    set cdsPath=($CDSHOME/tools/bin $CDSHOME/tools/dfII/bin)

    set linuxPath=(/bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin .)

    set path=($cdsPath $linuxPath)

    ##############################################
    #Load application modules for IC616-ISR14    #
    ##############################################
    module load calibre-2014.4_18.13 ext151 assura415-ic616 mmsim131 ads2014
    #Additional available modules (compatible with IC616-ISR14):
    #
    #
    #DO NOT(!!) Load module icfb-616-14 if you want EXT151(QRC) to work

    ##############################################
    #Set Cadence options                          #
    ##############################################
    setenv SPECTRE_DEFAULTS -E
    setenv CDS_Netlisting_Mode Analog
    setenv CDS /software/opt/CDS/cadence2013/IC616_14/ #Hard define IC616 directory path

    #Comment out if you use EXT151(Quantus QRC)
    setenv QRC_HOME /software/opt/CDS/EXT151

    #Comment out if you are NOT using assura:
    #unsetenv ASSURAHOME

    virtuoso -64 &

    *******************************************************************

    Anyway, QRC GUI loads fine now!

    Thanks!

    Matan

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Quek
    Quek over 9 years ago

    Hi Matan

    It is good to know that using a simplified cshrc file has helped to resolve the problem. Here are my comments on your current cshrc file:


    unsetenv HELPDIR
    => Not necessary

    unsetenv RFDE_CDS_VERSION
    => I think this variable might be required for using Agilent's ADS. You need to check with the users of ADS.

    unsetenv CLS_CDSD_COMPATIBILITY_LOCKING
    => Usually not necessary

    unsetenv RDS_CADENCE_VER
    => Not very sure about this

    unsetenv CDSDIR
    => Not necessary

    unsetenv OA_HOME
    => Definintely not necessary. This variable should never be used.

    unsetenv CDSHOME
    => Standard shell variable for Virtuoso

    unsetenv RDS_MGC_VER
    => I think this is for Mentor Graphics software

    unsetenv CDS_Netlisting_Mode
    => From IC616 (or IC615), the default netlisting mode should already be set to "Analog" but I think it is a good idea to keep this.

    unsetenv ASSURAHOME
    => This variable is required for Assura users. Otherwise they will not be able to get the "Assura" menu. In addition to this variable, $ASSURAHOME/bin should also be added to the user path.

    unsetenv RFDE_DBTYPE
    => For ADS. Need to check with ADS users

    unsetenv CDS_LIC_FILE
    => Shell variable for setting of license server. Should be used together with CDS_LIC_ONLY

    unsetenv CDS_LIC_TIMEOUT
    => Only required if there is considerable network delay (e.g. license server is in US but user is outside US)

    virtuoso -64 &
    => There is no need to add "-64" because you have already set CDS_AUTO_64BIT variable


    Best regards
    Quek

    • 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