Library Path Setting in DFII 5.10.41

S

sclemow

Guest
Hi

Is there a way I can set libaries using library search path variable as
well as the cds.lib file? - ie on startup I'd like to grab some
pre-defined libraries from a configuration file rather than wrap the call
to icfb and create a cds.lib first.

Simon

--
Message posted using http://www.talkaboutcad.com/group/comp.cad.cadence/
More information at http://www.talkaboutcad.com/faq.html
 
On Wed, 30 Jan 2008 10:03:23 -0600, "sclemow" <simon@nospam.xmos.com>
wrote:

Hi

Is there a way I can set libaries using library search path variable as
well as the cds.lib file? - ie on startup I'd like to grab some
pre-defined libraries from a configuration file rather than wrap the call
to icfb and create a cds.lib first.

Simon
You can always build the cds.lib within DFII - you could use
ddCreateLib to add a library definition (note, this works even if the
library directory already exists - it will just add it to the
cds.lib).

Or you could build a new cds.lib file and do a ddUpdateLibList().
Or you could build a completely new file and do ddSetForcedLib() to
point to it.

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top