Wednesday, February 08, 2012     Register | Login | Search | Contact Us
     

Many of you already received communications about the move of the Cadence user community into cadence.com. And many of you have already joined, with over 4000 registrations in the first two weeks.

The new Cadence Community enhances the ability of Cadence users to connect and collaborate. In addition to moving the community into cadence.com -- enabling single sign-on for community, Sourcelink and Cadence events -- the new site is organized around nine technology segments, giving you easy access to product information, training, forums and blogs. Some of the new features include:
  • Ability to respond to posts via e-mail
  • Technology-specific blogs
  • Latest Web 2.0 social networking capabilities
  • Public profile options
  • Private messaging
  • Friends lists
Visit the new Cadence Community today at www.cadence.com/community and join the discussions!

Registration note: Due to the scope of the enhancements and the new SSO registration system, we were not able to migrate existing cdnusers.org member accounts. So new registrations are required, but this enables a broader set of functionality we think you'll enjoy.

Forum note: Under the guidance of forum moderators, we have taken the 20+ cdnusers.org forums and consolidated them into 11 forums on the new site. Posts have been brought over so you can leverage that posting history. CDNusers forums will be set to read only starting 7/30, and cdnusers.org will be redirected to the new community on 8/4.

Best regards,
Mike and Tom

Michael A. Catrambone - Steering Committee Chairman
Distinguished Engineer
PCB/Mechanical
UTStarcom, Inc.

Tom Diederich
Cadence Community Manager
Home
Forums
Subject: For Library settings using CDF and SKILL
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
gunturikishore28
Posts: 24
Online: User is Offline
9/25/2006 6:29 PM  
Hi,

I am trying to evaluate instance parameters from process parameters to make my Library more user friendly. I did it thorugh CDF Edit options and some Skill functions directly, instead of writing seperate functions. I used 'Base' options for setting the library properties. Now when I was checking where these changes will be tied to the library, I have no clue of how the changes are attached to the library. Where this information in stored in the environment??

Similarly If I place ".il" files inside the library folders will they be loaded immediately after loading the actual library. I want to do it for loading Callback functions related to Library.

Thanks in advance for suggestions.

adbeckett
Posts: 248
Online: User is Offline
10/03/2006 6:20 AM  
CDF is stored as a property in either the library property bag (the prop.xx file at the root of ooa library), or as a property in the cell property bag (prop.xx within a cell directory), depending on whether it is library or cell CDF you're editing. You can see this by doing edit properties in the library manager (on the right mouse button menu, over the library or over the cell).

You can add .il files within a library, but the only files which get automatically loaded are the files "libInit.il" or "libInit.ils" (the
first is in SKILL semantics, the second in SKILL++ semantics). The first time the library is accessed in a session causes the libInit.il (and/or the libInit.ils file) to get loaded - this in turn may choose to load additional SKILL code.

Hope that clears things up,

Regards,

Andrew.
Posting to forums is available to community members only.
Login or Register

Forums > Custom IC > Shared code - SKILL > For Library settings using CDF and SKILL


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.