Specify HDL coding standard customization object
Specify an HDL coding standard customization object.
When you create the HDL coding standard customization object,
you must specify the same standard as you specify for HDLCodingStandard
. For example, if
you set HDLCodingStandard
to 'Industry'
,
create the coding standard customization object using hdl.CodingStandard('Industry')
.
To learn how to specify an HDL coding standard customization object, see HDL Coding Standard Customization Properties.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.