Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiDisplayHighPerformanceOption

asiDisplayHighPerformanceOption( 
o_toolName 
)  
=> t / nil

Description

Displays a list of variable and values of the High Performance Simulation Option form.

Arguments

o_toolName

The tool object according to the simulator.

Value Returned

t

Displays the list of options and values of the High Performance Simulation Option form and returns t.

nil

Returns nil if unsuccessful.

Examples

asiDisplayHighPerformanceOption(asiGetTool('spectre))
    uniMode:    "Spectre"
    turboSwitch:    nil
    envSwitch:    nil
    uniSeparate: 
    errorLevel:    "Do not override"
    mtOption:    "Auto"
    numThreads:    ""
    apsplus:    nil
    cktpreset:    "None"
    proc_affinity:    ""
    pseparate: 
    srSwitch:    nil
    psrOption:    "Default"
    psrFmax:    ""
    preserveOption:    "None"
    preserveInst:    nil
    preserveSelect: 
    preserveClear: 
    rfseparate: 
    rfmtOption:    "Disable"
    numRFThreads:    ""
asiDisplayHighPerformanceOption(asiGetTool('ams))
=> ERROR (ADE-5032): asiEnvDisplayVar: No variables defined in partition 'turboOpts' of tool 'ams'.
=> nil

Return to top
 ⠀
X