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