Hi All
I am not sure whether I post this issue at the right place, but I almost find nothing via google about the DesignSync relavent functions in Cadence. I hope someone here may give me a hint.
the story behind is that:
I try to write a skill script to record the current version of each schematic through the hierarchy. Unfortunately, I do not find the corresponding document either in DesignSync or Cadence.
by looking at the log file of Cadence, I notice that designSync would create a form named "dssViewVHForm". I can change the setup for such form follow the syntax of SKILL, like: dssViewVHForm->libName->value = "myLib". by doing this, I can point the cellview I want to visit. And when I close such Form via "hiFormDone(dssViewVHForm)", a popup window would show the version history of such cellview. Of course, the current version is shown. but this is not what I want.
On the other hand, through trying this, I think there is a callback function has been defined and linked with "dssViewVHForm", but I do not know what it is. And probably what I want might be a function which has been used in the callback function to retrieve the "current version" of specified cellview. Is there a way to log all the used functions when I execute "hiFormDone(dssViewVHForm)", then probably I can find the fucntion I need.
and it would be perfect if someone can tell which function is used to retrieve the current version of specified cellview. I assume it may look like: dssCurrentVersion(myLib myCell myView) => f_versionNumber.
Best Regards
Yi