Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

variation on chennel length in hspice models

Status
Not open for further replies.

liz16

Newbie level 4
Joined
Feb 2, 2016
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
146
Hi, I'm simulating variation on device parameters like vth, leff, tox with hspice. For variation on vth & tox, we must define variation on device parameters that are mentioned in the libraries, such as BSIM, including TOXP , VTH0:

Code:
  .Global_Variation
      Parameter var=N() Y='180 + 8.02 * var' Z='17.5 + 0.37 * var'
      Nmos N1
  + VTH0=Perturb('Y')

But what's the name of device parameter in the library for Leff?
Is it LINT or LL or LLN? In the BSIM reference, I didn't find any except these.:?:
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top