termDirectionMismatch
digitalSim.netlisterOpts termDirectionMismatch string { "ignore" | "warning" | "error" }
Description
Controls the tool behavior when mismatch in terminals directions is found between the switch master and the place master. The valid values are ignore, warning, and error,
-
ignore:Ignores any mismatch in terminals directions found between the switch master and place master in the text view and continues netlisting. -
warning:Displays a warning message when mismatch in terminals directions is found between the switch master and place master in the text view and continues netlisting. -
error:Displays an error if mismatch in terminals directions is found between the switch master and place master in the text view and stops netlisting.
GUI Equivalent
envGetVal("digitalSim.netlisterOpts" "termDirectionMismatch")
envSetVal("digitalSim.netlisterOpts" "termDirectionMismatch" 'string "ignore")
envSetVal("digitalSim.netlisterOpts" "termDirectionMismatch" 'string "warning")
Related Topics
Configuring Netlist Generation Options
Return to top