• 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. Encounter "short" violations

Stats

  • Locked Locked
  • Replies 11
  • Subscribers 91
  • Views 7138
  • 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

Encounter "short" violations

superman321
superman321 over 16 years ago
[Repost from IC design forum] hi, I have some "short" errors on my VDD and GND rails when I check for "verify geometry" using encounter for PAR. The macro cells's GND and VDD are placed 'right' on the designated GND and VDD rails and still the tool somehow doesnt match it with the cells GND/VDD and it shows short violations on every damn cell for GND and VDD!..any sort of help will be greatly appreciated. Here is the exact error message from encounter: "special wire of NET GND & blockage of cell g170" thanks
  • Cancel
Parents
  • Kari
    Kari over 16 years ago

    First check that your pwr/gnd nets are set up correctly, either in the .conf file:

    set rda_Input(ui_pwrnet) {VDD}
    set rda_Input(ui_gndnet) {GND}
    set rda_Input(PIN:VDD:) {VDD}
    set rda_Input(PIN:GND:) {GND}
    set rda_Input(TIEHI::) {VDD}
    set rda_Input(TIELO::) {GND}

    or with globalNetConnect statements:

    globalNetConnect VDD -type pgpin -pin VDD    -inst * -all -override
    globalNetConnect VDD -type tiehi             -inst * -all -override
    globalNetConnect GND -type pgpin -pin GND    -inst * -all -override
    globalNetConnect GND -type tielo             -inst * -all -override

     

    Second, the error message sounds like it's between blockage of the macro and your pwr/gnd grid. Does the macro have actual pwr/gnd PINS where it overlaps with the grid? Maybe instead of overlapping with the grid, the grid should just touch the edge of the macro? Are the blockages the whole size of the macro, or in the shape and location of where pwr/gnd pins would normally be? It's hard to tell for sure which situation you're seeing without a picture, but hopefully some of these ideas will help.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Kari
    Kari over 16 years ago

    First check that your pwr/gnd nets are set up correctly, either in the .conf file:

    set rda_Input(ui_pwrnet) {VDD}
    set rda_Input(ui_gndnet) {GND}
    set rda_Input(PIN:VDD:) {VDD}
    set rda_Input(PIN:GND:) {GND}
    set rda_Input(TIEHI::) {VDD}
    set rda_Input(TIELO::) {GND}

    or with globalNetConnect statements:

    globalNetConnect VDD -type pgpin -pin VDD    -inst * -all -override
    globalNetConnect VDD -type tiehi             -inst * -all -override
    globalNetConnect GND -type pgpin -pin GND    -inst * -all -override
    globalNetConnect GND -type tielo             -inst * -all -override

     

    Second, the error message sounds like it's between blockage of the macro and your pwr/gnd grid. Does the macro have actual pwr/gnd PINS where it overlaps with the grid? Maybe instead of overlapping with the grid, the grid should just touch the edge of the macro? Are the blockages the whole size of the macro, or in the shape and location of where pwr/gnd pins would normally be? It's hard to tell for sure which situation you're seeing without a picture, but hopefully some of these ideas will help.

     

    • 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