How to setup ADE on CIW by using SKILL code

Discussion in 'Cadence' started by roland, Feb 20, 2004.

  1. roland

    roland Guest

    Dear All :

    I want to setup the path of the verilog.vmx by using SKILL code on CIW .
    And I want it change in an existing , open ADE session .

    Here is my code , but it can't work .

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

    Please help me , Thank you

    Roland


     
    roland, Feb 20, 2004
    #1
  2. Roland,

    I did more digging, but whilst I found a way of doing this, it required me to
    use a private SKILL function, so I don't want to advertise that (since it
    is private and hence liable to change).

    There's a public API for getting the executable name:

    asiGetDigitalSimExecName(session)

    but not one for setting it. It's a SimOption - not an EnvOption,
    but it's in a different partition, so there's no direct public way of doing
    this.

    You'll need to go via your support channels and ask for a public API
    to set the simulator executable in an open session - perhaps adding
    a function:

    asiSetDigitalSimExecName(session)

    would be a clean way to do this.

    Regards,

    Andrew.
     
    Andrew Beckett, Feb 24, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.