• 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. Problem using QRC with Calibre input

Stats

  • Locked Locked
  • Replies 9
  • Subscribers 127
  • Views 19256
  • 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

Problem using QRC with Calibre input

mbhealy
mbhealy over 15 years ago

 Hi All,

 I'm trying to use QRC to provide me with SPICE netlist output using Calibre LVS inputs.

 I have tried to follow the QRC with Calibre Input section of the QRC user guide but I've run into a problem.

 I'm getting the following error:

 INFO (LBRCXM-630): Starting extraction...

ERROR (AGDPRP-31023): syntax error in file ./query_output/Design.lph, line 2

;|INFO (RCXSPIC-27150): The following forked command failed. Contact Cadence Customer Support for assistance.
 agdsPrep -V -rundir ./query_output -outdir ./qrc_run -e ./techdir/lvsfile:Design.alm,Design.ilf -pl Design.ports -mcell ./qrc_run/Design.hcl -d Design.devtab -prefix ./qrc_run/prefixfile -l ./techdir/lvsfile -i Design.ixf,Design.lph,Design.sph:Design.gdx -n Design.nxf,Design.stl:Design.gnx -s Design_pin_xy.spi:Design.xcn,hccidtmfile

 When I try to run the forked command 'agdsPrep -V ...' as a separate run I get  a licensing error:

 ERROR (LBLIC-14003): Neither one of the following required licenses are available:
  (Virtuoso_QRC_Extraction_XL + QRC_Advanced_Modeling) or
  (Encounter_QRC_Extraction_XL + QRC_Advanced_Modeling) or
  Virtuoso_QRC_Extraction_GXL or
  Encounter_QRC_Extraction_GXL.

 

The Design.lph file was created from the Calibre query_output command and doesn't look malformed in any way, so I don't know if that error is spurious and really it's a licensing problem. Unfortunately I can't figure out which product number  QRC_Advanced_Modeling is from our product guide. We have  Virtuoso_QRC_Extraction_XL (QRCX300) and   "Virtuoso Advanced Analysis GXL option" (QRCX310) installed. Does anyone know the product number for QRC_Advanced_Modeling? As in QRCX310 or something? This is for university use if that matters.

 

Thanks!

Michael

  • Cancel
Parents
  • mbhealy
    mbhealy over 15 years ago

     Quek,

     I created a new calibre run without hierarchy. I generally use the Calibre GUI integrated into Virtuoso. It said that the command used for running calibre is simply: 'calibre -lvs -nowait _master_top_lvs.cal_'.

     Then I reran the query command: 'calibre -query_input query_cmd -query ../lvs_run/svdb core1' and it generated a new query_output. I am using the query_cmd file that was included in the QRC distribution. This query_output directory still has the Design.lph and Design.sph files. The only thing in them now is the header, the body of the files are empty. I tried running QRC with these files in place and it gave me the same syntax error in Design.lph. Then I moved the files and reran and I get a syntax error in Design.nxf.

     When I move Design.nxf and rerun QRC I get the following error:

     INFO (CAPGEN-41199):


    Techgen -trans results will be written to directory: /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run

    ERROR (CAPGEN-41223): File '/home/gtcad/mbhealy/ifc/extract/qrc/techdir/qrcTechFile' is not an unified techfile.

    INFO (RCXSPIC-27150): The following forked command failed. Contact Cadence Customer Support for assistance.
     /tools/linsoft2/cadence/ext91/tools/extraction/bin/64bit//capgen -techdir /home/gtcad/mbhealy/ifc/extract/qrc/techdir -lvs /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run/Design.xcn -p2lvs /home/gtcad/mbhealy/ifc/extract/qrc/techdir/qrcTechFile -sw3d /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run

    Forking: agdsPrep -V -rundir /home/gtcad/mbhealy/ifc/extract/qrc/query_output -outdir /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run -e /home/gtcad/mbhealy/ifc/extract/qrc/techdir/lvsfile:Design.alm,Design.ilf -pl Design.ports -mcell /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run/Design.hcl -d Design.devtab -prefix /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run/prefixfile -l /home/gtcad/mbhealy/ifc/extract/qrc/techdir/lvsfile -i Design.ixf,Design.lph,Design.sph:Design.gdx -n Design.nxf,Design.stl:Design.gnx -s Design_pin_xy.spi:Design.xcn,hccidtmfile
    Forking:  /tools/linsoft2/cadence/ext91/tools/extraction/bin/64bit//capgen -techdir /home/gtcad/mbhealy/ifc/extract/qrc/techdir -lvs /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run/Design.xcn -p2lvs /home/gtcad/mbhealy/ifc/extract/qrc/techdir/qrcTechFile -sw3d /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run
    ERROR (LBRCXM-633): Bad return status from RCX script generator. Status 256

    INFO (LBRCXM-709): *****  QRC terminated abnormally  *****

     

    Any idea what a unified techfile is and why my techfile is not unified?

    Michael

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • mbhealy
    mbhealy over 15 years ago

     Quek,

     I created a new calibre run without hierarchy. I generally use the Calibre GUI integrated into Virtuoso. It said that the command used for running calibre is simply: 'calibre -lvs -nowait _master_top_lvs.cal_'.

     Then I reran the query command: 'calibre -query_input query_cmd -query ../lvs_run/svdb core1' and it generated a new query_output. I am using the query_cmd file that was included in the QRC distribution. This query_output directory still has the Design.lph and Design.sph files. The only thing in them now is the header, the body of the files are empty. I tried running QRC with these files in place and it gave me the same syntax error in Design.lph. Then I moved the files and reran and I get a syntax error in Design.nxf.

     When I move Design.nxf and rerun QRC I get the following error:

     INFO (CAPGEN-41199):


    Techgen -trans results will be written to directory: /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run

    ERROR (CAPGEN-41223): File '/home/gtcad/mbhealy/ifc/extract/qrc/techdir/qrcTechFile' is not an unified techfile.

    INFO (RCXSPIC-27150): The following forked command failed. Contact Cadence Customer Support for assistance.
     /tools/linsoft2/cadence/ext91/tools/extraction/bin/64bit//capgen -techdir /home/gtcad/mbhealy/ifc/extract/qrc/techdir -lvs /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run/Design.xcn -p2lvs /home/gtcad/mbhealy/ifc/extract/qrc/techdir/qrcTechFile -sw3d /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run

    Forking: agdsPrep -V -rundir /home/gtcad/mbhealy/ifc/extract/qrc/query_output -outdir /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run -e /home/gtcad/mbhealy/ifc/extract/qrc/techdir/lvsfile:Design.alm,Design.ilf -pl Design.ports -mcell /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run/Design.hcl -d Design.devtab -prefix /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run/prefixfile -l /home/gtcad/mbhealy/ifc/extract/qrc/techdir/lvsfile -i Design.ixf,Design.lph,Design.sph:Design.gdx -n Design.nxf,Design.stl:Design.gnx -s Design_pin_xy.spi:Design.xcn,hccidtmfile
    Forking:  /tools/linsoft2/cadence/ext91/tools/extraction/bin/64bit//capgen -techdir /home/gtcad/mbhealy/ifc/extract/qrc/techdir -lvs /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run/Design.xcn -p2lvs /home/gtcad/mbhealy/ifc/extract/qrc/techdir/qrcTechFile -sw3d /home/gtcad/mbhealy/ifc/extract/qrc/qrc_run
    ERROR (LBRCXM-633): Bad return status from RCX script generator. Status 256

    INFO (LBRCXM-709): *****  QRC terminated abnormally  *****

     

    Any idea what a unified techfile is and why my techfile is not unified?

    Michael

    • 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