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.

plot opearting point in extracted simulations

Status
Not open for further replies.

nannapaneni

Junior Member level 3
Joined
Feb 25, 2011
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,480
Hi all,

In my schematic there is transistor MP3 at hierarchy DCDCDAC_0/dac_sl/I43 level.
To plot operating point drain current in this transistor I am using expression OP("/DCDCDAC_0/dac_sl/I43/MP3","ids").
Till now it was fine.

For post layout(extraction) simulation there was no hierarcy because it was flattened and tried to use same expression to plot drain current in MP3. But I was failed.

Can anyone help me what expression I should use to plot current in MP3?????

All simulations I am doing in GUI.

Thanks in advance for help.
 

In extracted layout select the transistor corresponding to MP3 and see its properties ("q" in Cādence tools). So you should be able to print its drain current.
 
i am looking for genearl solution, which is applicable for big designs also
 

You didn't tell which extraction nor LVS tool you're using. Usually LVS tools generate cross-ref (correspondence) lists for nets and devices. This is a feature which can be enabled (or not), see e.g. (Cādence si):

Code:
si: simSetDef().... [COLOR="#FF0000"]createXref is initialized to "nil"[/COLOR].
si: simSetDef().... useLastBinaryXrefTable is initialized to "nil".
createXref useLastBinaryXrefTable disableLikeMatch disableRewire layoutRundir
[COLOR="#FF0000"]correspondenceFile createXref[/COLOR] disableRewire useFileCorrespondence
"layout/map/current~" "layout/termbad.out" "layout/netxref.out"
"layout/devxref.out" "layout/prunedev.out" "layout/prunenet.out"
"schematic/termbad.out" [COLOR="#FF0000"]"schematic/netxref.out" "schematic/devxref.out"[/COLOR]
"schematic/ovfldev.out" "schematic/ovflnet.out" "lvs.cpoint" "si.out" "xref.out"
si: simSetDef().... createXref is initialized to "nil".
si: simSetDef().... useLastBinaryXrefTable is initialized to "nil".
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top