G
G Vandevalk
Guest
And furthur note that a few Fabs specify a different grid for some
layers. ( Often requiring extra approval! )
-- Gerry
"Diva Physical Verification" <diva@cadence.com> wrote in message
news:3e0n819unher0o4f59jb1nmpnojfju9a2n@4ax.com...
layers. ( Often requiring extra approval! )
-- Gerry
"Diva Physical Verification" <diva@cadence.com> wrote in message
news:3e0n819unher0o4f59jb1nmpnojfju9a2n@4ax.com...
On Wed, 18 May 2005 14:18:40 +0200, "S. Badel"
stephane.badel@REMOVETHISepfl.ch> wrote:
I have been using Cadence for quite soemtime now but have been stumped
by this error which says "Edge not on Grid". I am using technology data
provided by my foundry.
Each technology has a minimum grid all shapes have to be aligned on.
You can usually get this value by typing :
techGetMfgGridResolution( techGetTechFile( ddGetObj( "TECH_LIB" ) ) )
or
techGetMfgGridResolution( techGetTechFile( geGetEditCellView() ) )
if you have an open cellview.
Your layout has to comply with this. If you did a lot of layout without
observing
this rule, you might be in trouble, as it can be a tedious job to correct
all
offgrid errors.
to avoid having such errors, a simple security is to set the layout snap
grid to
a multiple of the manufacturing (minimum) grid, so no point will end
offgrid.
stéphane
I would like to add a note to stéphane's observation. Few DRC rule decks
get the manufacturing grid size from the DFII database. You should check
what the values are in the offGrid rules in the DRC rule deck as well.