• 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. Allegro X Scripting - Skill
  3. Inconsistent behavior of axlDBCloak?

Stats

  • Replies 8
  • Subscribers 17
  • Views 11935
  • Members are here 0
More Content

Inconsistent behavior of axlDBCloak?

migrg
migrg over 7 years ago

Hi everyone,

I'm creating an array of vias using axlDBCloak. I realized that a number of my vias (seems like they are located in the same X coordinate) don't have a net associated. My code works as follows:

via_id=mrCreateViaPadstack() -> this function creates the padstack, this works fine all the time
axlDBCloak( 'mrCreateAllViasCloak(via_id))

procedure( mrCreateAllViasCloak(via_id)
...
...
axlDBCreateVia(via_id, -1497.7:10647.9, "VSS")
...

When I don't run axlDBCloak and just use the axlDBCreateVia command separately in the skill terminal everything works well. I am creating several hundreds of vias with axlDBCloak. Is there any limitation in this function? is it possible that it will 'misbehave' if it has to execute too many database accesses?

Help appreciated! Thanks!

  • Cancel
  • Sign in to reply
Parents
  • migrg
    migrg over 7 years ago

    actually I take that back, now I'm calling 100 vias at a time and it's not working. Is there any way to 'flush' the database write after calling axlDBCloak, before calling it again? This is getting really annoying...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • B Bruekers
    B Bruekers over 7 years ago in reply to migrg

    Can you try to put a axlDBRefreshId(nil) after the via creation?

    I use a similar piece of code creating many vias with netnames, but never had any problem with this.

    The whole function is called with a axlDBCloak, and after deleting (single) or creating multiple items i do a axlDBRefreshId(nil) call.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • B Bruekers
    B Bruekers over 7 years ago in reply to migrg

    Can you try to put a axlDBRefreshId(nil) after the via creation?

    I use a similar piece of code creating many vias with netnames, but never had any problem with this.

    The whole function is called with a axlDBCloak, and after deleting (single) or creating multiple items i do a axlDBRefreshId(nil) call.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
Cadence Guidelines

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