No MPP template

M

Michael Förtsch

Guest
Hallo NG,

on a Solaris workstation with Cadence 4.4.6.100.66, I have a problem
with creating multipart paths. As I know from another workstation (with
Cadence 5.0.32.57 and the same technology files), the MPP templates
nguard, pguard, and nguardw should be predefined. But in the selection
menu "MMP Template" of the "Create Multipart Path" window only "New"
exists. I saved a template file on the workstation with Cadence 5.0.32
and tried to load this template file on the wortkstation with Cadence
4.4.6. The result was a Segmentation Fault, the last message in CDS.log was:
Template "nguard" is replacing an existing template by the same name.

Has someone a hint how I can solve this problem?

Regards,
Michael.
 
just add following class in ur tf file:
....
..... other class define

lxRules(

lxMPPTemplates(
;( name [masterPath] [offsetSubpaths] [encSubPaths] [subRects] )
;
; masterPath:
; (layer [width] [choppable] [endType] [beginExt] [endExt]

[offset]
; [connectivity])
;
; offsetSubpaths:
; (layer [width] [choppable] [separation] [justification] [begOffset]
[endOffset]
; [connectivity])
;
; encSubPaths:
; (layer [enclosure] [choppable] [separation] [begOffset] [endOffset]
; [connectivity])
;
; subRects:
; (layer [width] [length] [choppable] [separation] [justification]
[space] [begOffset] [endOffset] [gap]
; [connectivity])
;
; connectivity:
; ([I/O type] [pin] [accDir] [dispPinName] [height] [ layer]
; [layer] [justification] [font] [textOptions] [orientation]
; [refHandle] [offset])
;
;( ---------------------------------------------------------------------
)

(PP_RING_ROW_1
(("PIMP" "drawing") 0.46)
nil
((("DIFF" "drawing") 0.02)
(("METAL1" "drawing") 0.06)
)
((("CONT" "drawing") 0.22 0.22 t nil nil
0.28 -0.25 -0.25)
)
)
..... any other MPP define..
..... ....
..... ...

) ; end MPP
.... other class
...​
 

Welcome to EDABoard.com

Sponsor

Back
Top