Cadence skill samples

Status
Not open for further replies.

cool_ic

Junior Member level 1
Joined
May 7, 2009
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,378
can anybody specify a website to get cadence skill sample codes ...
 

can anybody specify a website to get cadence skill sample codes ...

prog((tech techLibName techFileName)
techLibName = "ohc15l"
techFileName = "techfile.cds"
tech = techOpenTechFile(techLibName techFileName "r")
if(tech==nil then
return(nil)
)

leDefineMPPTemplate(
?techId tech
?name "slotted_M1_W40"
?layer list("MET1" "drawing")
?width 19.00000
?choppable nil
?endType "flush"
?beginExt 0.000000
?endExt 0.000000
?justification "center"
?offset 0.000000
?offsetSubPath list(
list(
?layer list("MET1" "drawing")
?width 19.000000
?choppable t
?sep 21.000000
?justification "center"
?beginOffset 0.000000
?endOffset 0.000000
)
)
?subRect list(
list(
?layer list("MET1" "drawing")
?width 2.000000
?length 9.000000
?choppable t
?sep 10.50000
?justification "center"
?space 10.000000
?beginOffset 0.000000
?endOffset 0.000000
?beginSegOffset 0.000000
?endSegOffset 0.000000
?gap "distribute"
)
)
) ; end of leDefineMPPTemplate procedure

This statement can solve metal slot issue. Hope it can help you.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…