• 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. Problems with: drLoadDrf("~/GHzT/display.drf" nil)

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 143
  • Views 9166
  • 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

Problems with: drLoadDrf("~/GHzT/display.drf" nil)

Magistus
Magistus over 11 years ago

 

Hi,

I want to automatically load my display.drf file. I added the line

drLoadDrf("~/GHzT/display.drf" nil)

in my .cdsinit but it has no effect. If I execute this command in the CIW directly after starting virtuoso and after that I open a layout, my display.drf is also not loaded. But if I open the layout before I execute this command, the display.drf loads correctly and the layers appears as I want to.

Can anyone tell me what I am doing wrong?

Thank you!

Sascha

PS: Sorry for my bad english!
  • Cancel
Parents
  • dmay
    dmay over 11 years ago

    It could be that the library containing the cellview you are opening has a display.drf defined inside of it. To work around the problem, you could open the library in your .cdsinit before running the drLoadDrf command. In our projects, we have a PDK library that contains all of our technology file settings and a default display.drf. This library is named the same in all projects. By doing a ddGetObj("libName") on the library in the .cdsinit, we can force the skill pcell code to get loaded at Cadence startup instead of at the library access time. This is probably why my drLoadDrf works in my .cdsinit.

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • dmay
    dmay over 11 years ago

    It could be that the library containing the cellview you are opening has a display.drf defined inside of it. To work around the problem, you could open the library in your .cdsinit before running the drLoadDrf command. In our projects, we have a PDK library that contains all of our technology file settings and a default display.drf. This library is named the same in all projects. By doing a ddGetObj("libName") on the library in the .cdsinit, we can force the skill pcell code to get loaded at Cadence startup instead of at the library access time. This is probably why my drLoadDrf works in my .cdsinit.

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • Domax
    Domax over 4 years ago in reply to dmay

    I have tried this method you mentioned above, but it also doesn't work. When I open a layout after I execute this command in my .cdsinit, the layers is inconformity as I want. So I want to confirm the command "ddGetObj("libName")" is the whole command which can achieve my goal of loading my own display.drf file?

    • 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