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

axlSetReuseNetlistOption

axlSetReuseNetlistOption( 
x_hsdb 
g_value
) 
=> x_hsdb / 0 

Description

Enables or disables the option to use the reference netlist for the active setup or checkpoint. If this option is enabled, netlist of the design is reused for the incremental run. Otherwise, the design in renetlisted.

Arguments

x_hsdb

Setup database handle to the active setup or checkpoint.

g_value

Boolean value to enable or disable the option to use the reference netlist.

Value Returned

x_hsdb

The setup handle is returned if the option to use the reference netlist is set successfully

0

The setup handle is not returned.

Examples

Uses the axlSetReuseNetlistOption function to reuse netlist from a reference history for a new simulation.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlSetReuseNetlistOption(x_mainSDB t)
=> 1859
axlSetReferenceHistoryItemName(x_mainSDB "Interactive.7")
=> 1860

Related Topics

axlSetReferenceHistoryItemName

axlSetUseIncremental

axlGetReuseNetlistOption

Running an Incremental Simulation


Return to top
 ⠀
X