• 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. Issue Adding New Layers to Tech ASCII File in Virtuoso 6...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 1645
  • 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

Issue Adding New Layers to Tech ASCII File in Virtuoso 6.1.7

JJ202502261359
JJ202502261359 6 months ago

I am a beginner and am trying to create a new tech ASCII file in Virtuoso 6.1.7.

I created a new "z15" library and ran "compile on ASCII technology file," and then I provided the following file:

~/tech/abcde.tf

layerDefinitions(
techLayerPurposePriorities(
;( LayerName Purpose )
;( --------- ------- )
( snap drawing )
( snap1 drawing )
) ;techLayerPurposePriorities

techDisplays(
;( LayerName Purpose Packet Vis Sel Con2ChgLy DrgEnbl Valid )
;( --------- ------- ------ --- --- --------- ------- ----- )
( snap drawing snap t t t t t )
( snap1 drawing snap t t t t t )
) ;techDisplays
) ;layerDefinitions

However, I receive the following errors:

Library Manager created library "z15"
INFO (TECH-180006): Compiling class 'layerDefinitions'....
*WARNING* (TECH-280074): Layer snap1 was not defined.
*WARNING* (TECH-280082): *ERROR* Failed to define layer-purpose priority for (snap1 drawing).
*WARNING* (TECH-280074): Layer snap1 was not defined.
*WARNING* (TECH-280085): *ERROR* Failed to define layer display for (snap1 drawing snap t t t t t).

My goal is to add a new layer,
but it seems that any layer name not included in the "All LPPs" list in Tool -> Display Resource Manager -> Edit -> All LPPs causes the error above.

Can anyone provide guidance on how to add a layer, such as "snap1",
to the ASCII technology file even if it's not listed in the "All LPPs" section?

Thanks!

  • Cancel
  • Andrew Beckett
    Andrew Beckett 6 months ago

    You'd need to define the layer snap1 within techLayers before you can refer to it in a techLayerPurposePriorities or techDisplays section. snap is a system defined layer, but snap1 is not. techLayers is where you associate a layer name with a layer number (layers are stored on integer layer numbers).

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • JJ202502261359
    JJ202502261359 6 months ago in reply to Andrew Beckett

    Thank you.
    I wrote it as follows, and it worked!

    layerDefinitions(
    techLayers(
    ( snap1 100 snap1 )
    )

    techLayerPurposePriorities(
    ( snap drawing )
    ( snap1 drawing )
    )

    techDisplays(
    ( snap drawing snap t t t t t )
    ( snap1 drawing snap t t t t t )
    )

    )

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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