Customize HDL coding standard
HDL coding standard customization properties control how HDL Coder™ generates and checks code according to a specified coding standard. By changing property values, you can customize the rules and the appearance of the coding standard report.
Use dot notation to refer to a particular object and property:
cso = hdlcoder.CodingStandard('Industry'); len = cso.SignalPortParamNameLength.length; cso.ShowPassingRules.enable = false;
The generated code follows the customized coding standard rules as much as possible. However, if following a coding standard rule could cause the HDL code to be uncompilable or unsynthesizable, the coder does not follow the rule.