• 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. State directory not updated when changing reference lib...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 13081
  • 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

State directory not updated when changing reference library

skillprogramme
skillprogramme over 13 years ago

Hi

When changing the design reference for a given test in the ADEXL GUI (fex changing the design library), callback functions are used in order to update the folders in cellname/adexl_view/test_states/ (fex to create a new folder with the new library name). cellname/adexl_view/test_states/ contains a subfolder with the library name where the output for a test is stored (fex cellname/adexl_view/test_states/lib1).
When changing the design reference for a given test through SKILL, fex 

axlCreateSession("session0")
dbHandle = axlSetMainSetupDBLCV("session0" "lib1" "cellname" "view")
testHandle = axlGetTest(dbHandle "test0")
args = axlGetTestToolArgs(testHandle) 
rplaca( cdr( assoc( "lib" args ) ) "lib2" ) ;Replacing the reference lib to "lib2" in args
axlSetTestToolArgs(testHandle args) ; Feed the new arguments to the test

However, this does not create a new folder under cellname/adexl_view/test_states/. Is there any way to invoke these callback functions in the same way as is done in the GUI? Please correct me if this is not a good way/the correct way to update a test reference. This method works, but you loose all the output expressions (quick fix so far is to copy the directory into a folder with the correct library name, fex: cp -r cellname/adexl_view/test_states/lib1 cellname/adexl_view/test_states/lib2).

Max 

 

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Max,

    The UI uses a private function (beginning with an underscore, so it's really private) to do this - it doesn't use axlSetToolArgs - at least, not at the high level. It's effectively using ADE L's code to change the design - but that has hooks to update ADE XL too.

    You should log a service request for this - I think it will need an enhancement to provide a suitable public API.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Max,

    The UI uses a private function (beginning with an underscore, so it's really private) to do this - it doesn't use axlSetToolArgs - at least, not at the high level. It's effectively using ADE L's code to change the design - but that has hooks to update ADE XL too.

    You should log a service request for this - I think it will need an enhancement to provide a suitable public API.

    Regards,

    Andrew.

    • 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