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.

How to check Floating Metal

Status
Not open for further replies.

layout_tech

Newbie level 1
Joined
Oct 22, 2014
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
5
Hi all,

Now I am researching how to check floating gate on assura. Pls help me how to check it.

Thanks,

Sky
 

Floating gates could already be found by schematic ERC (Electrical Rules' Check).

Floating poly and metal can be found by a layout DRC. Here a few floating check lines from a former Assura (resp. Diva) DRC file (also called "ERC"):

Code:
saveDerived( geomOutside( CPOL CCON ) "floating CPOL, # ERC" )
saveDerived( geomOutside( CME1 geomOr( CCON CVIA ) ) "floating CME1, # ERC" )
saveDerived( geomOutside( CME2 geomOr( CVIA CVI2 ) ) "floating CME2, # ERC" )
saveDerived( geomOutside( CME3 CVI2 ) "floating CME3, # ERC" )
saveDerived( geomOutside( CPO2 CCON ) "floating CPO2, # ERC" )
saveDerived( geomOutside( cpol4cap CCON ) "floating polysilicon bottom plate, # ERC" )
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top