vmsAnalysisType
vmsAnalysisType = "Analog" | "Digital" | "Mixed"
Description
Specifies the kind of syntax checks to be applied to text views.
-
Analog:The syntax in text views is checked for compliance with the Verilog-A language specification. -
Digital:The syntax in text views is checked for compliance with the Verilog (digital-only) language specification. This is the default value forverilogtext views. -
Mixed:The syntax in text views is checked for compliance with the Verilog-AMS language specification. This is the default value forverilog-amstext views.
Example
vmsAnalysisType = "Digital"
vmsAnalysisType = "Mixed"
Return to top