Main Content

Check naming conventions

Check ID: com.mathworks.HDL.ModelChecker.runNameConventionChecks

Check ID: com.mathworks.HDL.ModelAdvisor.runNameConventionChecks

Check standard keywords used by EDA tools.

Description

This check detects whether names in the design are adhering to the standard naming convention and not using names starting with VDD, VSS, and so on. This check corresponds to rule 1.A.A.4 of the industry-standard rules.

Results and Recommended Actions

To fix this warning, click Modify Settings and the code generator updates the names by replacing the reserved keywords with rsvd to adhere to the industry-standard rule.

See Also

Rule 1.A.A.4 of Basic Coding Practices.