• 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. Digital Implementation
  3. Place multi-vt cells with Vt implant layer MinWidth req...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 91
  • Views 16218
  • 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

Place multi-vt cells with Vt implant layer MinWidth requirements

guilhermess
guilhermess over 9 years ago

Hi,

I am trying to run placement on a test block that has many instances of an INVX1, which is 2 columns wide. I have 3 different flavors of INVX1 instances in the design: LVT, RVT and HVT.

Each of these Vt implant layers has a width requirement of at least 3 columns. So if SoC Encounter places in a row:

... [INVX1_RVT] [INVX1_LVT] [INVX1_RVT]...

The INVX1_LVT instance will trigger an LVT MinWidth violation.

My tech lef is coded as following:

LAYER LVT

  TYPE IMPLANT ;

  WIDTH <my_3_column_width_value> ;

END LVT

My std cell macros contain the obstructions for the Vt layers

MACRO INVX1_LVT

...

OBS

  LAYER LVT

    RECT 0.000 0.000 <my_2_column_width_value> <my_cell_height> ;

My question is: how to get SoC Encounter to place the cells to avoid MinWidth Vt violations? Encounter can correctly identify the MinWidth DRC violations but placeDesign or addFiller -fixDRC does not seem to solve it or take it into consideration.

The solution I'd expect is to have cells of the same Vt grouped together (or with a filler of the same Vt) to have at least the min width of 3 columns.

Thank you in advance.

Regards.

  • Cancel
Parents
  • BobD
    BobD over 9 years ago

    The tool should handle this in version 14.2 or earlier, but only if you set this option:

    setPlaceMode -honorImplantSpacing true

    In newer versions of the tool this option is obsolete since the tool honors implant min width/spacing automatically if specified in the tech lef.

    You might also want to have a SPACING rule for each implant layer (in addition to WIDTH which you already have).

    Hope this helps,
    Bob

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
Reply
  • BobD
    BobD over 9 years ago

    The tool should handle this in version 14.2 or earlier, but only if you set this option:

    setPlaceMode -honorImplantSpacing true

    In newer versions of the tool this option is obsolete since the tool honors implant min width/spacing automatically if specified in the tech lef.

    You might also want to have a SPACING rule for each implant layer (in addition to WIDTH which you already have).

    Hope this helps,
    Bob

    • Cancel
    • Vote Up +1 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