Skill routine to create symbol view from shcematic view

P

pforPDK

Guest
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
 
On Monday, May 14, 2012 1:30:46 PM UTC+3, pforPDK wrote:
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
;; get cv
cv = geGetEditCellView
;; get pins list
pinlist = schSchemToPinList(cv~>libName cv~>cellName "schematic")
;;
schPinListToSymbol(cv~>libName cv~>cellName "symbol" pinlist)
;;
 

Welcome to EDABoard.com

Sponsor

Back
Top