The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
May 18th, 2024, 2:04am
Pages: 1
Send Topic Print
How to check the design rules? (Read 2324 times)
haikom
Junior Member
**
Offline



Posts: 17
Germany
How to check the design rules?
Oct 04th, 2006, 2:01am
 
Hi,

I defined spacing rules inside the technology file for Cadence ic5141. I want to use this rules in Virtuose Layout Editor. How can I check whether the rules are defined correct? It is possible to compile the technology file and start a layout. But when I draw two paths on metal1 close to each other (so that the spacing rule has to be turned on) and click the check and save button --> the design is saved and nothing happend. I thought there is a pup-up window which says "Spacing violation", or so.

Kind regards,
haikom

Code:
physicalRules(
;orderedSpacingRules(
;       ;( rule layer1 layer2 value )
;       ;( ---- ------ ------ ----- )
;       ( minEnclosure "cellBoundary" "nwell" 0.1 )
;       ( minEnclosure "ndiff" "cont" 0.5 )
;) ;orderedSpacingRules

spacingRules(
        ;( rule layer1 layer2 value )
        ;( ---- ------ ------ ----- )
        ( minSpacing "Metal1" "Metal1" 2 )
) ;spacingRules

mfgGridResolution(
        ( 0.100000 )
) ;mfgGridResolution

) ;physicalRules
 

Back to top
 
 
View Profile haikomo   IP Logged
bernd
Senior Member
****
Offline



Posts: 229
Munich/Germany
Re: How to check the design rules?
Reply #1 - Oct 4th, 2006, 2:53am
 
No, the physicalRules in your Layout Editor technology file were no
Design Rules , you can not use them to check whether your design does violate or not the manufacturing geometries. There are separate tools (Design Rule Checkers) Cadence Assura, Mentor Calibre, Synopsys Hercules (just mentioned the three big ones here) which you have to use, where the rules are kept out side the Layout Editors technology file.

The physicalRules section in the Virtuoso Layout Editors technology file is used
by some Place and Route applications or by Virtuoso XL the connectivity driven layout mode, I'm not quite sure on what and how exactly.

There is also an application called 'Design Rule Driven Layout' or so, I
forgot the exact name which might use the physicalRules section. It does a kind
of on the fly DRC, this is probably what you expect.

But they are definitely no 'design rules' in terms of design rule checking.

Bernd
Back to top
 
 

Just another lonesome cad guy
View Profile WWW   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.