Hi All
I am trying to right a skill script to record the hierarchy tree from a design, and also record the design version of every used instance view.
I have managed to do the second the part, but still struggle with the first one.
I have read the post from skillprogrammer and Andrew Bechkett
http://community.cadence.com/cadence_technology_forums/f/48/t/26647
The "CCSschTree.il" is a nice code, unfortunately, it is not what I want.
As in the output of "CCSschTree.il", the view type of every sub-blocks is "symbol"
this is reasonable, as the "symbol" of each sub-blocks is indeed used in the upper level schematic.
but on the other hand, this is not the cellview used for simulation.
In the GUI of cadence, the info I need is locates in the "config" cellview, and shown by the "Virtuoso Hierarchy Editor". mainly in the "View to Use" column.
I'd like to know, is there a good way to retrieve such info?
Thanks a lot.
Best Reards
Yi