• 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 can i know the model which the simulator is using?

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 127
  • Views 14953
  • 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 can i know the model which the simulator is using?

Muffassir
Muffassir over 13 years ago

 Hi all,

 

I am using Cadence 6.1.4 and virtuoso ,gpdk180 and ADE L.

I want to know which model (BSIM3.3, BSIM4.6, BSIM SOI 4.0 or EKV 2.6)  of transistor (MOS) is being used by the simulator .how can i do that . Further how can i change the model to EKV 2.6 if possible. what are the steps to be followed.

 

Thanks in advance..

 

 

  • Cancel
  • kennethbrun
    kennethbrun over 13 years ago

     I am not familiar with gpdk180 (foundry?), but independent on PDK you should be able to see the transistor models by browsing the netlist.

     

    Find the include-line pointing to the model file, open the file and compare the content with the transistor instantiations elsewhere in the netlist.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • berndf
    berndf over 13 years ago

     Check the model libraies in the model directory of your PDK and look

    for the model card

    model ModelName ModelIdentifier

    e.g.

    model nch bsim3v3

     spectre -h in the command line my help to

     

    Bernd

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    In OCEAN you can extract this after a dc operating point having been run (with spectre as the simulator):

    openResults("/path/to/psf")
    selectResult('dcOpInfo)
    outputs() => will list all the devices in the operating point data
    dataType("/I7/M2") => "bsim3v3" (for example)

    I don't think there's an interactive way to get this - but then it's a fairly unusual thing to do.

    The gpdk180 transistor models are bsim3v3. You can see this (as was suggested by kennethbrun) by looking in the model files, which are at <GPDK180instDir>/models/spectre/*mos*.scs . 

    Changing them to EKV will involve you having to provide a different set of model files (you'd have to create these yourself) and reference the models in Setup->Model Libraries in ADE. Given that model files are "characterized" (although in GPDK it's an artificial process, so they're effectively made up), that's not a trivial task unless you have some EKV models from elsewhere.

    Regards,

    Andrew.

     

    • 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