• 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 get verilog-A code of RPI a-Si TFT model and RPI...

Stats

  • Locked Locked
  • Replies 7
  • Subscribers 125
  • Views 14991
  • 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 get verilog-A code of RPI a-Si TFT model and RPI poly-Si TFT model?

yysunj
yysunj over 4 years ago

I want to simulate a circuit using a-Si TFT and poly-Si TFT using Cadence.

So, I need RPI Polysilicon and Amorphous Silicon TFT model.

Therefore, I have searched verilog-A code of RPI Polysilicon and Amorphous Silicon TFT model.

But, I have not found it so far.

How can I find verilog-A code of RPI Polysilicon and Amorphous Silicon TFT model?

Please tell me.

Sincerely,

yysunj.

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 4 years ago

    You don’t need Verilog-A models for these - they are built into Spectre. See “spectre -h atft” and “spectre -h psitft” for details in the models (they’re in the documentation too).

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • yysunj
    yysunj over 4 years ago in reply to Andrew Beckett

    Thank you so much!

    I want to run a simulation after drawing the circuit using cadence virtuoso, but when drawing the circuit in virtuoso, I couldn't find "spectre -h atft"  and "spectre -h psitft".

    (They are not in libraries like analoglib.)

    How can I use "spectre -h atft" and "spectre -h psitft" when drawing circuits in cadence virtuoso?

    Sincerely,

    yysunj.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 4 years ago in reply to yysunj

    You need to run the "spectre -h atft" from the UNIX command line, as it's invoking the help for the spectre command.

    To use these models, you'd need a model file which defines the specific parameters for the TFT models. This would normally come from the foundry producing the process and sets the model parameters to match the transistor characteristics. This would be in a file (e.g. models.scs - the filename could be anything) and of the form:

    model nchtft atft type=n tox=1.1e-7 

    and so on The precise parameters would be drawn from the listed model parameters in the "spectre -h atft" Model Parameters section, and appropriate for the technology. The sample statement above defines a model called nchtft which is a type of atft for an n transistor, and just sets the oxide thickness. Every other parameter I left at default (which is pretty unlikely to be correct for whatever technology you're trying to model).

    Then you could use nmos4 (or pmos4) symbol from analogLib and set the model name to nchtft (or whatever you called it) and the width and length of the transistor appropriately. Then reference the model file from within the Analog Design Environment using Setup->Model Libraries, and all should run. There's a similar discussion (albeit about a PSPICE model, but the principle is the same) here (this also talks about creating your own copy of the transistor symbol and setting the model name in the CDF so that you don't have to set it each and every time you use it).

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • yysunj
    yysunj over 4 years ago in reply to Andrew Beckett

    Thank you so much!

    Have a nice day! 

    Sincerely,

    yysunj

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • yysunj
    yysunj over 4 years ago in reply to Andrew Beckett

    Dear Andrew,

    As you say, I have tried to type "spectre -h atft" at the UNIX command line. (Please look at below image.)

    But, I have not yet reached spectre -h atft model.

    How can I access atft model using UNIX command line?

    Thanks,

    yysunj.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 4 years ago in reply to yysunj

    That's not the UNIX command line. That's the entry box in the Virtuoso command interpreter window (CIW).

    The UNIX command line is the terminal you started virtuoso from.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • yysunj
    yysunj over 4 years ago in reply to Andrew Beckett

    Thank you so much!

    Your advice is very helpful to me.

    yysunj

    • 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