• 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 SKILL
  3. Equivalent to instancesLastChanged in OA

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 144
  • Views 13694
  • 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

Equivalent to instancesLastChanged in OA

Eric L14
Eric L14 over 14 years ago

Hello,

 The instancesLastChanged cellview property is no more available in OA. In CDB, I use this property in order to know if a schematic is newer than a layout (that means layout should be updated and layout checks should be done).

How having this information in OA ?

Thanks

 

Eric

 

  • Cancel
  • skillUser
    skillUser over 14 years ago

     Hi Eric,

    there is a lastSchematicExtraction time property on the cellview, you might use this if comparing with the layout?  Various properties moved to being counters in OA, so for example there is a counter each for "schGeometryLastUpdated" and "connectivityLastUpdated", and a function dbGetCellViewCounter() will retrieve the current cellview counter value, so this way you know if the schematic is modified with respect to its counter.  Another function dbIsConnCurrent() can be used to discover if the schematic connectivity is up-to-date.

    This may not answer your question, but I hope the information helps you.

    Regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Austin CAD Guy
    Austin CAD Guy over 14 years ago

     One way is to compare the time stamps on the files of the cellViews. Use dbGetFileTimeStamp to get the time stamps on the cellViews and if the schematic is newer, flag the layout as possibly out of date.

     

    Ted

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Eric L14
    Eric L14 over 14 years ago

     Ok for the dbGetFileTimeStamp if there is no other solution. In fact, I'm looking for a function like dbIsConnCurrent() which look at connectivity in the layout against the connectivity in schematic.

    Another question about counters. How are they managed. If I move a wire in schematic. I thought that the counter will be incremented by  1 but it is by 13 ...

     Regards

     Eric

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Austin CAD Guy
    Austin CAD Guy over 14 years ago

     Unfortunately there is nothing that directly ties the two views together. You could create a function to be called by schRegPostCheckTrigger create a property on the schematic that puts a date property on the schematic after a successful check & save that you can check against timestamp on the layout. 

    Counters are controlled by the OA database so the value of the increment may var.

    Ted

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Eric L14
    Eric L14 over 14 years ago

     Hi Ted,

    This is a good idea. I will look at it.

    Thanks for you help

     

    Eric

    • 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