• 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. Modeling and simulation of FinFET in cadence

Stats

  • Locked Locked
  • Replies 13
  • Subscribers 127
  • Views 24883
  • 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

Modeling and simulation of FinFET in cadence

RAJ JOHRI
RAJ JOHRI over 13 years ago

Hello. I m MTech student. I want to simulate FinFET based digital circuits. But I don't have a FinFET model in cadence. Please help me by providing an equivalent model of FinFET or any other way to simulate FinFET.

Thank You.

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

    Chen,

    As I pointed out in one of those posts, there is no standard finfet symbol in analogLib. There certainly wouldn't be in a 0.18u generic PDK, since FinFETs are typically only used in technologies around 20nm or smaller (so a factor of 9 or more smaller, so that's quite  a few years in Moore's Law terms!).

    So you'd have to create one. You could 

    Spectre itself supports "bsimcmg" built-in. If in a UNIX shell, you run "spectre -h bsimcmg" you'll see the info about this. Typing "spectre -W" will show you the subversion you have available. The bsimcmg model was added in MMSIM72, and since then newer versions in MMSIM101, MMSIM111, MMSIM121 and MMSIM131 (so it's in the last 5 major releases). I see no reason to use the VerilogA model.

    You'd have to create a model file using relevant model parameters for bsimcmg. So for example:

    model nfinfet bsimcmg type=n l=20n d=40n tfin=15n

    (probably many more - you may be able to get some idea from the test files - I didn't look).

    You could copy an nmos4 component from analogLib to your own library, and change the B terminal on the symbol to be "E", and then copy the symbol to the spectre view.

    Then use Tools->CDF->Edit CDF, set the CDF type to Base, and then pick your new component. You'll need to add some relevant instance parameters in the CDF - many of those for nmos4 won't be relevant. You can see available parameters from the instance parameters section of "spectre -h bsimcmg". You may not want to bother with all of them, because that's a pain and many are probably irrelevant for your needs. Then in the CDF simulation information you'll have to get the termOrder right to reflect the "E" pin rather than a "B" pin, and also make sure you list all the instance parameters you want to netlist.

    You may also want to set the model paramater name to whatever you called the model name in the model statement (shown above).

    Then you'd need to include the model file in ADE via Setup->Model Libraries in ADE (ideally give the file a ".scs" suffix if it is in spectre syntax).

    Something like that...

    Regards,

    Andrew.

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

    Chen,

    As I pointed out in one of those posts, there is no standard finfet symbol in analogLib. There certainly wouldn't be in a 0.18u generic PDK, since FinFETs are typically only used in technologies around 20nm or smaller (so a factor of 9 or more smaller, so that's quite  a few years in Moore's Law terms!).

    So you'd have to create one. You could 

    Spectre itself supports "bsimcmg" built-in. If in a UNIX shell, you run "spectre -h bsimcmg" you'll see the info about this. Typing "spectre -W" will show you the subversion you have available. The bsimcmg model was added in MMSIM72, and since then newer versions in MMSIM101, MMSIM111, MMSIM121 and MMSIM131 (so it's in the last 5 major releases). I see no reason to use the VerilogA model.

    You'd have to create a model file using relevant model parameters for bsimcmg. So for example:

    model nfinfet bsimcmg type=n l=20n d=40n tfin=15n

    (probably many more - you may be able to get some idea from the test files - I didn't look).

    You could copy an nmos4 component from analogLib to your own library, and change the B terminal on the symbol to be "E", and then copy the symbol to the spectre view.

    Then use Tools->CDF->Edit CDF, set the CDF type to Base, and then pick your new component. You'll need to add some relevant instance parameters in the CDF - many of those for nmos4 won't be relevant. You can see available parameters from the instance parameters section of "spectre -h bsimcmg". You may not want to bother with all of them, because that's a pain and many are probably irrelevant for your needs. Then in the CDF simulation information you'll have to get the termOrder right to reflect the "E" pin rather than a "B" pin, and also make sure you list all the instance parameters you want to netlist.

    You may also want to set the model paramater name to whatever you called the model name in the model statement (shown above).

    Then you'd need to include the model file in ADE via Setup->Model Libraries in ADE (ideally give the file a ".scs" suffix if it is in spectre syntax).

    Something like that...

    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