Giter VIP home page Giter VIP logo

ace-ptm's Introduction

ace-PTM

PTM ported to Cadence® Spectre®, mainly intended as backend for AC²E.

Technology

Includes the following device models:

  • 130nm: ./130/pdk/ptm.scs
  • 90nm: ./090/pdk/ptm.scs
  • 65nm: ./065/pdk/ptm.scs
  • 45nm: ./045/pdk/ptm.scs
  • 32nm: ./032/pdk/ptm.scs

Statistical Model

The nfet and pfet sub-circuits add a statistical variation to the nmos and pmos models respectively.

Device Characterization

The primitive devices may be characterized by adjusting the include statement in chr/ptm-<n|p>mos.scs or passing the include directory to spectre via the -I flag and running:

$ spectre -I./XXX/pdk ./chr/nmos.scs
$ spectre -I./XXX/pdk ./chr/pmos.scs

Alternatively, the script in ./src/char.pl can be used.

perl ./src/char.pl [--tech NODE] [--nmos] [--pmos]

If no NODE is specified, all node swill be used. If neither device type is specified, both will be used.

Example:

# Characterize everything.
$ perl ./src/char.pl 

# Characterize 90nm, 32nm and 130nm NMOS devices.
$ perl ./src/char.pl --tech 90 --tech 32 --tech 130 --nmos

Testing

Running the test script in ./src/test.pl should run through all technologies once and produce no errors. There should be spectre .log files in the ./src directory afterwards, corresponding to each test. These may give better insight as to what might be going wrong.

Circuits

op1

... under construction

op2

Symmetrical Operational Amplifier with NMOS Differential-Pair. Utilize the SingleEndedOpampEnvironment in ACE for characterization.

Or run from the command line via

$ spectre -I./XXX/pdk ./XXX/op2/input.scs

Schematic

Symmetrical Operational Amplifier (op2)

Parameters and performances can be found in ./op2/properties.json.

ace-ptm's People

Contributors

augustunderground avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.