• 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. import hspice to virtuoso

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 126
  • Views 15313
  • 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

import hspice to virtuoso

Nav270
Nav270 over 11 years ago

Hi, Im importing a hspice netlist to virtuoso environment using

file>import>spice> HSPICE.

Im getting the schematics imported properly but they do not have symbol.

The  symbols are not generated.

Please let me know if Im missing something.

 

 

  • Cancel
Parents
  • Quek
    Quek over 11 years ago

    Hi Nav270

    spiceIn will only generate the symbols if the cells are used in another cell within the same netlist. E.g.

    .subckt abc ...
    ...
    .ends

    spiceIn will not create a symbol for cell abc if it has not been instantiated in another subckt.

    .subckt abc ...
    ...
    .ends

    .subckt topCell ...
    XI1 ... abc
    ...
    .ends

    spiceIn will create a symbol for cell abc because it has been used in topCell.

    You can either create a dummy top level subckt which contains the instantiation of all the subcells or use a skillscript to generate symbols for the imported cells. The following 2 COS articles will be able to help you:

    11288840 :
    SKILL: Automatically Create or Generate Symbols for a Schematic Library
    11693840 :
    Perlscript to prepare a cdl netlist for import as Virtuoso 5141/614 schematic


    Best regards
    Quek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Quek
    Quek over 11 years ago

    Hi Nav270

    spiceIn will only generate the symbols if the cells are used in another cell within the same netlist. E.g.

    .subckt abc ...
    ...
    .ends

    spiceIn will not create a symbol for cell abc if it has not been instantiated in another subckt.

    .subckt abc ...
    ...
    .ends

    .subckt topCell ...
    XI1 ... abc
    ...
    .ends

    spiceIn will create a symbol for cell abc because it has been used in topCell.

    You can either create a dummy top level subckt which contains the instantiation of all the subcells or use a skillscript to generate symbols for the imported cells. The following 2 COS articles will be able to help you:

    11288840 :
    SKILL: Automatically Create or Generate Symbols for a Schematic Library
    11693840 :
    Perlscript to prepare a cdl netlist for import as Virtuoso 5141/614 schematic


    Best regards
    Quek

    • 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