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

maeSetFaultDFARunModeOptions

maeSetFaultDFARunModeOptions(
[ ?session t_sessionName ] 
[ ?extraOptions t_extraOptions ] 
[ ?runNominal g_runNominal ] 
)
=> t / nil

Description

Sets the run mode options for the Direct Fault Analysis (DFA) to be run for fault simulation.

Arguments

?session t_sessionName

Name of a session

Default: Current session

?extraOptions t_extraOptions

Specifies the options other than ?runNominal. These options are directly passed to Spectre. You must ensure the correctness of the names and values of these options.

Default Value: ""

?runNominal g_runNominal

A Boolean value that specifies whether to run simulation for nominal or not. Possible values are t and nil

Default Value: nil

Value Returned

t

Run mode options are successfully set for Direct Fault Analysis.

nil

When invalid values are provided for the options.

Examples

The following example explains how to set run mode options for DFA in the fault setup:

maeSetFaultDFARunModeOptions(?extraOptions "faultduplicate=yes" ?runNominal t)
=> t

Related Topics

Setting up Run Options for a Fault Simulation

maeSetFaultTFARunModeOptions


Return to top
 ⠀
X