transistor parameters

M

MEDO

Guest
Hello all,


I have 2 questions in Cadence:

1- How can I know the n-diffusion(meo_n) for 0.18u technology for the
transistor

library: umc13mmrf;

cell: N_LV_12_HSL130E

2- After plotting the AC response there are many options
like :mag,phase,wphase,10log,20log

what is the wphase ?



thanks in advance

Mido;
 
Hi Medo,

1. This is related to your UMC pdk rather than the Cadence framework
itself.
The best way to find this information is to read the Design Rule
Manual or any documentation related to your process. The DRM usually
gives enough information about the layers and stuff ...
But if you want to use Cadence to get infos about :
You can either open (read-Only) the layout view of your MOS and "q"
the layers to find the one you're looking for. If you know the exact
name of the layer, just look for it in the LSW, either graphicall or
by skill :
(leSetEntryLayer list("layerName" "purpose")). This is case
sensitive ... This suppose your layer is already in the LSW.
Otherwise, use LSW -> Edit -> Set Valid Layers -> All Valid or in
skill :
(leSetLayerValid list("layerName" "purpose")).
There are plenty of skill functions to highlight layers ... but I'm
not really sure about what you are looking for precisely? More details
will help ...
As I said before, the golden reference is your pdk/drm documentation.

2. wphase function gives you the wrapped phase, i.e a phase which is
bounded around +/- 180.

Enjoy yourself !

Riad.
 
I'm still wondering why the thread's title is "Transistor
Parameters" ...
 
I'm still wondering why the thread's title is "Transistor
Parameters" ...
I'm also wondering what is the meaning of the first question...

And why the poster wrote "0.18u technology", while the library/cell are obviously from a 0.13u PDK...
 

Welcome to EDABoard.com

Sponsor

Back
Top