Skill for creating a symbol view

Guest
Hi,
Does anyone have the Skill code to (re)generate, for example, the
"nmos4" symbol view from analogLib?
I manage to draw the lines and selection box but i'm not sure on how
to create the 4 terminals and their cdsTerm() labels. Is there a
specific function for the terminals or can they be drawn using
dbCreateRect()?
What about the cdsParam() labels of type ILLabel?

Thanks,
Gerd
 
Hi,
Does anyone have the Skill code to (re)generate, for example, the
"nmos4" symbol view from analogLib?
I manage to draw the lines and selection box but i'm not sure on how
to create the 4 terminals and their cdsTerm() labels. Is there a
specific function for the terminals or can they be drawn using
dbCreateRect()?
What about the cdsParam() labels of type ILLabel?
A generic answer :
for any cellview, you can use dbWriteSkill() to obtain the SKILL code that will recreate the exact
same cellview.

Though it might not be very pretty and stylized code, one can learn from this code how to create the
different structures and what functions to call.



Cheers,
Stéphane
 
On Apr 25, 11:59 am, "S. Badel" <stephane.ba...@REMOVETHISepfl.ch>
wrote:
Hi,
Does anyone have the Skill code to (re)generate, for example, the
"nmos4" symbol view from analogLib?
I manage to draw the lines and selection box but i'm not sure on how
to create the 4 terminals and their cdsTerm() labels. Is there a
specific function for the terminals or can they be drawn using
dbCreateRect()?
What about the cdsParam() labels of type ILLabel?

A generic answer :
for any cellview, you can use dbWriteSkill() to obtain the SKILL code that will recreate the exact
same cellview.

Though it might not be very pretty and stylized code, one can learn from this code how to create the
different structures and what functions to call.

Cheers,
Stéphane
Thanks Stephane, i didn't know this. I extracted the code and it looks
quite straightforward to tweak it to my needs.
I should make the "DFII Skill Functions Reference" a permanent
bookmark ;)

-Gerd
 

Welcome to EDABoard.com

Sponsor

Back
Top