• 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. How to associate an extracted netlist of a subckt to the...

Stats

  • Locked Locked
  • Replies 8
  • Subscribers 125
  • Views 20000
  • 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 associate an extracted netlist of a subckt to the symbol view in schematic editor.

RFStuff
RFStuff over 12 years ago

Dear All,

I am using Calibre ( mentor Graphics). It creates the spectre Netlist and calibre view for PEX.

However, claibre view creation takes a lot of time unlike its spectre Netlist.

The spectre netlist it creates in a file like xyz.pex.netlist.

The format is as below:-

 

simulator lang=spectre
include "SUBCKT_BLOCK.pex.netlist.pex"
subckt SUBCKT_BLOCK (  DVDD DVSS A B C D E \
 F )

        .................................

............................................

............the sub ckt netlist body .............

........................................................

include "SUBCKT_BLOCK.pex.netlist.DIV_BY_4_WITH_GRID.pxi"
//
ends SUBCKT_BLOCK
//
//

 

Is it possible to associate this netlist to the corresponding subckt symbol used in the bigger ckt block the schematic editor so that the created netlist will have the above sub-ckt netlist in the output netlist of the bigger ckt block ?

Kind Regards,

 

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    You could open the symbol, and do:

    artGenerateHierSymbolCDF(geGetEditCellView())

    and then you'd have to manipulate the order to match the external netlist.

    You could always write some SKILL to parse the subckt header and then do some pattern matching to the terminal names in the symbol and do this yourself...

    With QRC you can also specify the pin order that you want when doing the extraction; not sure if other extraction tools provide this (you'd have to ask the vendor) - that way you can generate the order in the CDF using the above SKILL function, and then give this order to your extraction tool.

    Kind Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    You could open the symbol, and do:

    artGenerateHierSymbolCDF(geGetEditCellView())

    and then you'd have to manipulate the order to match the external netlist.

    You could always write some SKILL to parse the subckt header and then do some pattern matching to the terminal names in the symbol and do this yourself...

    With QRC you can also specify the pin order that you want when doing the extraction; not sure if other extraction tools provide this (you'd have to ask the vendor) - that way you can generate the order in the CDF using the above SKILL function, and then give this order to your extraction tool.

    Kind Regards,

    Andrew.

    • 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