• 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. heHiCreateInst() error message in sub-version IC6.1.5.500...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 13179
  • 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

heHiCreateInst() error message in sub-version IC6.1.5.500.10

lkokkalas
lkokkalas over 13 years ago

 I try to create an instance in the current layout window.

 envSetVal("layout" "instLibName" 'string "myLib")
 envSetVal("layout" "instCellName" 'string "myCell")
 envSetVal("layout" "instViewName" 'string "layout")

 cdfSqu = cdfGetCellCDF( ddGetObj("myLib" "myCell"))
 change cdf values ...

 leHiCreateInst()

The first time, create instance form appears and the cell is placed in the layout. When I try this again 

X Toolkit Warning: Select failed; error code 9

appears in CIW and  create instance form does not appear. It seems to work fine with sub-version  IC6.1.5.500.6

 Any ideas?

Thanks

Labros

 

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    Please check the latest hotfix (which is IC6.1.5.500.132 - ISR13) and if it's still an issue, please contact customer support. I couldn't find a report of this.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • lkokkalas
    lkokkalas over 12 years ago

    Hi Andrew,

    thanks for the reply.

    The error message was finally not caused by leHiCreateInst(). 

    In our environment (RH4 ) an OS setting for the "max number of concurrently open files" has been changed from the default value of 1024 to DOUBLE its value - 2048. This allows more files to be opened concurrently by any user.

    In Cadence file descriptors are monitored through standard "select" operations .The "select" system call is only capable of monitoring a limited number of file descriptors. "select" 's file handling capability limit is currently set by the __FD_SETSIZE flag, which is hardcoded in linux to 1024.  Setting the OS level limit to 2048 has inadvertently "broken" Cadence's ability to handle multiple I/O operations, through "select" system calls.

    Our skill program makes extensive use of I/O operations and we were able to see this error message.

     Regards,

    Labros

    • 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