Check ID:
com.mathworks.HDL.ModelChecker.runPackageNameChecks
Check file name containing packages.
This check verifies whether the package file postfix is _pac
when you generate code with VHDL as the target language. By default, the generated
package file postfix is _pkg
. This check corresponds to rule
1.A.D.1 of the industry-standard rules.
To fix this warning, click Modify Settings and the code
generator updates the package file name to _pac
.
Rule 1.A.D.1 of Basic Coding Practices.