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

axlSetUseIncremental

axlSetUseIncremental( 
x_hsdb 
g_value
) 
=> x_hsdb / 0

Description

Enables or disables the setup database option in active setup or checkpoint for using reference results as cache during incremental run. This function selects or clears the Use reference netlist check box on the Reference History form.

Arguments

x_hsdb

Setup database handle to the active setup or checkpoint.

g_value

Boolean value to enable/disable the option to use the reference results as cache during incremental run.

Value Returned

x_hsdb

The setup handle is returned if the option to use the reference results as cache during incremental run is set successfully

0

The setup handle is not returned.

Examples

Uses the axlSetUseIncremental function to use the reference results as cache during an incremental run.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlSetUseIncremental(x_mainSDB t)
=>1861
axlSetReferenceHistoryItemName(x_mainSDB "Interactive.7")
=> 1860

Related Topics

axlSetReferenceHistoryItemName

axlSetReuseNetlistOption

Running an Incremental Simulation


Return to top
 ⠀
X