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.

Diffusion layer connecting is prohibited, how to write rules

Status
Not open for further replies.

tech11

Newbie level 5
Newbie level 5
Joined
Apr 5, 2006
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,349
Hi,

I'm one layout engineer and diffusion layer connecting is prohibited in my
design now, but since I modify my design based on last edition and need to
check out those diffusion used as connect. According to my experience, maybe
I may do it by soft-connect check, so I write such rules as below:

*INPUT-LAYER
........
CONNECT-LAYER = PSUB WEL ... CONM ...
*END

SELECT DIFF OVERLAP RSYMBOL DIFRES ;;RSYMBOL is one mask layer for diff
res;
AND DIFF PO1 DIFP1
AND DIFF PO2 DIFP2
NOT DIFF DIFRES DIFN1
NOT DIFN1 DIFP1 DIFN2
NOT DIFN2 DIFP2 DIFN3

AND DIFN3 CONT CONDF
SELECT ME1 OVERLAP CONDF CONM
AND CONM DIFN3 DIFCT

SCONNECT CONM DIFN3 BY DIFCT
SOFTCHK DIFN3 OUTPUT S_DIFN3 45

But I can't get the just part of diff, even I convert to calibre rule file
and run 'LVS SOFTCHK DIFN3 CONTACT' or 'LVS SOFTCHK DIFN3 UPPER MASK', How
should I do?

Thanks for your help

B.R.

Joffre
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top