SKILL/C++ integration

A

abhishek

Guest
hi

my question is .. is there any way i can interface my C++ CAD
algorithm to SKILL(cadence)... i am a novice to SKILL command
language...

it will be great if somebody can help me...

take care.
 
On Mon, 15 Aug 2005 19:10:17 -0500, argupta@syr-dot-edu.no-spam.invalid
(abhishek) wrote:

hi

my question is .. is there any way i can interface my C++ CAD
algorithm to SKILL(cadence)... i am a novice to SKILL command
language...

it will be great if somebody can help me...

take care.
You'd need to use the ipc family of functions (ipcBeginProcess) to interface
from SKILL to an external (complete) C++ program. You cannot link in C/C++ code
into the DFII environment.

It is possible to use C/C++ with DFII databases using ITK, but this would still
be a separate executable which can access the database, which may not be what
you want.

There are various threads on this in the past in this newsgroup. Do some
searching on google groups to find them.

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top