How to setup Cadence SpectreVerilog by Skill language

R

roland

Guest
Dear everybody :

I want to setup "verilog.vmx"'s path on CIW window by skill language.
Please help me , Thank you very much .
 
envSetVal("spectreVerilog.verilogOpts" "vermixBinary" 'string "verilog.vmx" )

The final argument can be a full path, or if a relative path, it will be picked
up using the UNIX PATH.

Regards,

Andrew.

On 16 Feb 2004 17:34:05 -0800, rolandchiu@airoha.com (roland) wrote:

Dear everybody :

I want to setup "verilog.vmx"'s path on CIW window by skill language.
Please help me , Thank you very much .
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
 
Dear Andrew :

I am really appreciate your reply .
Your solution "envSetVal()" is work on my CIW ..

But , it can't change "immediately" .
I want the solution is like :

---------------------------------------------------
kk = list("/ln5/EDA/LDV/cur/tools/bin/verilog.vmx")
asiEnvOptionVal(session1 "vermixBinary" kk)
---------------------------------------------------

And I want the changing is immediately.

Thank you again for your support

Roland



Andrew Beckett <andrewb@DELETETHISBITcadence.com> wrote in message news:<t1o330dko4l4pkcrgvoihgki73viiiqdkv@4ax.com>...
envSetVal("spectreVerilog.verilogOpts" "vermixBinary" 'string "verilog.vmx" )

The final argument can be a full path, or if a relative path, it will be picked
up using the UNIX PATH.

Regards,

Andrew.

On 16 Feb 2004 17:34:05 -0800, rolandchiu@airoha.com (roland) wrote:

Dear everybody :

I want to setup "verilog.vmx"'s path on CIW window by skill language.
Please help me , Thank you very much .
 

Welcome to EDABoard.com

Sponsor

Back
Top