Check ID:
com.mathworks.HDL.ModelChecker.runNameConventionChecks
Check standard keywords used by EDA tools.
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.
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.
Rule 1.A.A.4 of Basic Coding Practices.