axlSetReuseNetlistOption
axlSetReuseNetlistOption(x_hsdbg_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
|
Boolean value to enable or disable the option to use the reference netlist. |
||
Value Returned
|
The setup handle is returned if the option to use the reference netlist is set successfully |
||
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
Return to top