Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Skill routine to create symbol view from shcematic view

397 views
Skip to first unread message

pforPDK

unread,
May 14, 2012, 6:30:46 AM5/14/12
to
Hi Experts,

I need to create symbol view from a test circuit schematic, this test
circuit is further being used in a wrapper circut (testbench).
To instantiate this test circuit in wrapper I require sysmbol view of
test circuit. There is way to create symbol through UI. But to
automate this I need a skill script to do it.

I tried and in that I am using schViewToView() but there comes a pop-
up about preserving CDFs , I am not able to handle this pop-up
automatically.

Hence I want to know.

1. How to generate symbol view from schematic view.
2. How to hanldle these pop-ups through skill.

Thanks & Regards
Prashant Mathur

gennady....@gmail.com

unread,
Jan 23, 2013, 10:38:21 AM1/23/13
to
;; get cv
cv = geGetEditCellView
;; get pins list
pinlist = schSchemToPinList(cv~>libName cv~>cellName "schematic")
;;
schPinListToSymbol(cv~>libName cv~>cellName "symbol" pinlist)
;;
0 new messages