How to setup the "Project Directory" on ADE by using SKILL

R

roland

Guest
Dears :

How to setup the "Project Directory" on ADE by using
asiSetEnvOptionVal() SKILL code ?

Please help me . Thank you .


Roland Chiu


rolandchiu@airoha.com
 
envSetVal( "asimenv.startup" "projectDir" 'string "/path/projectDir" )

"roland" <rolandchiu@airoha.com> wrote in message
news:6c5c9458.0402242007.4a5412d7@posting.google.com...
Dears :

How to setup the "Project Directory" on ADE by using
asiSetEnvOptionVal() SKILL code ?

Please help me . Thank you .


Roland Chiu


rolandchiu@airoha.com
 
Roland,

Again, I don't think there's an API to change it for the current session.
There's a private function that changes the projectDir itself (it's not actually
an asi thing, it's a sev thing), but that's not sufficient anyway, since if the
simulation directory changes, you need to re-initialise the session.

You'll need to contact your support channel if you need this, or re-think
the way you're doing your customisation to do it _before_ you start an
ADE session rather than during.

Andrew.

On Wed, 25 Feb 2004 08:44:03 +0100, "S. Badel" <stephane.badel@epfl.ch> wrote:

envSetVal( "asimenv.startup" "projectDir" 'string "/path/projectDir" )

"roland" <rolandchiu@airoha.com> wrote in message
news:6c5c9458.0402242007.4a5412d7@posting.google.com...
Dears :

How to setup the "Project Directory" on ADE by using
asiSetEnvOptionVal() SKILL code ?

Please help me . Thank you .


Roland Chiu


rolandchiu@airoha.com
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
 

Welcome to EDABoard.com

Sponsor

Back
Top