• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. *WARNING* Cut layer of viaDef 'M1_OD' should be of function...

Stats

  • Locked Locked
  • Replies 7
  • Subscribers 126
  • Views 7979
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

*WARNING* Cut layer of viaDef 'M1_OD' should be of function 'cut', 'li' or 'passivationCut'.

shushan
shushan over 15 years ago

Hi All,

 

Does anyone familiar with following "WARNING" message in virtuoso IC6.1.3: 

*WARNING* Cut layer of viaDef 'M1_OD' should be of function 'cut', 'li' or 'passivationCut'. 

 

Thanks in Advance,

Shushanik 

  • Cancel
Parents
  • shushan
    shushan over 15 years ago

     

    Dear Bernd,

     

    Actually, "viaDefs standardViaDefs" and "layerRules functions" definitions with consistent layer names already exist in my techfile:
     
    functions(
     ;( layer                       function        [maskNumber])
     ;( -----                       --------        ------------)
      ( CT                                     "cut"                       15           )
      ( M1                                    "metal"                  16           )
      ( V1                                     "cut"                       17           )
      ( M2                                    "metal"                  18           )
      ( V2                                     "cut"                       19           )
      ( M3                                    "metal"                  20           )
      ( V3                                     "cut"                       21           )
      ( M4                                    "metal"                  22           )
      ( V4                                     "cut"                       23           )
      ( M5                                    "metal"                  24           )
      ( V5                                     "cut"                       25           )
      ( M6                                    "metal"                  26           )
      ( V6                                     "cut"                       27           )
      ( M7                                    "metal"                  28           )
      ( V7                                     "cut"                       29           )
     ) ;functions
     
    viaDefs(
     
     standardViaDefs(
     ;( viaDefName      layer1     layer2     (cutLayer cutWidth cutHeight [resistancePerCut]) 
     ;   (cutRows           cutCol     (cutSpace)) 
     ;   (layer1Enc) (layer2Enc)   (layer1Offset)        (layer2Offset)        (origOffset) 
     ;   [implant1           (implant1Enc)       [implant2               (implant2Enc) [well/substrate]]]) 
     ;( -------------------------------------------------------------------------- ) 
      ( M1_OD              AA          M1           ("CT" 0.06 0.06)
         (1 1 (0.08 0.08))
         (0.015 0.015)    (0.005 0.005)         (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M1_PO              GT          M1           ("CT" 0.06 0.06)
         (1 1 (0.08 0.08))
         (0.015 0.015)    (0.0 0.0)  (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M2_M1             M1          M2                         ("V1" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M3_M2             M2          M3                         ("V2" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
       ( M4_M3            M3          M4                         ("V3" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M5_M4             M4          M5                         ("V4" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M6_M5             M5          M6                         ("V5" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M7_M6             M6          M7                         ("V6" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M8_M7             M7          M8                         ("V7" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
     ) ;standardViaDefs
     
    Is it ok?
    Are you familiar with  LE-103082 ERROR Message?
     
    Thanks a lot!

     Shushanik

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • shushan
    shushan over 15 years ago

     

    Dear Bernd,

     

    Actually, "viaDefs standardViaDefs" and "layerRules functions" definitions with consistent layer names already exist in my techfile:
     
    functions(
     ;( layer                       function        [maskNumber])
     ;( -----                       --------        ------------)
      ( CT                                     "cut"                       15           )
      ( M1                                    "metal"                  16           )
      ( V1                                     "cut"                       17           )
      ( M2                                    "metal"                  18           )
      ( V2                                     "cut"                       19           )
      ( M3                                    "metal"                  20           )
      ( V3                                     "cut"                       21           )
      ( M4                                    "metal"                  22           )
      ( V4                                     "cut"                       23           )
      ( M5                                    "metal"                  24           )
      ( V5                                     "cut"                       25           )
      ( M6                                    "metal"                  26           )
      ( V6                                     "cut"                       27           )
      ( M7                                    "metal"                  28           )
      ( V7                                     "cut"                       29           )
     ) ;functions
     
    viaDefs(
     
     standardViaDefs(
     ;( viaDefName      layer1     layer2     (cutLayer cutWidth cutHeight [resistancePerCut]) 
     ;   (cutRows           cutCol     (cutSpace)) 
     ;   (layer1Enc) (layer2Enc)   (layer1Offset)        (layer2Offset)        (origOffset) 
     ;   [implant1           (implant1Enc)       [implant2               (implant2Enc) [well/substrate]]]) 
     ;( -------------------------------------------------------------------------- ) 
      ( M1_OD              AA          M1           ("CT" 0.06 0.06)
         (1 1 (0.08 0.08))
         (0.015 0.015)    (0.005 0.005)         (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M1_PO              GT          M1           ("CT" 0.06 0.06)
         (1 1 (0.08 0.08))
         (0.015 0.015)    (0.0 0.0)  (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M2_M1             M1          M2                         ("V1" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M3_M2             M2          M3                         ("V2" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
       ( M4_M3            M3          M4                         ("V3" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M5_M4             M4          M5                         ("V4" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M6_M5             M5          M6                         ("V5" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M7_M6             M6          M7                         ("V6" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
      ( M8_M7             M7          M8                         ("V7" 0.07 0.07)
         (1 1 (0.07 0.07))
         (0.0 0.03)          (0.0 0.03)               (0.0 0.0)  (0.0 0.0)  (0.0 0.0)
      )
     ) ;standardViaDefs
     
    Is it ok?
    Are you familiar with  LE-103082 ERROR Message?
     
    Thanks a lot!

     Shushanik

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information