Main Content

Check for DUT pin count exceeding I/O Threshold

Message generated when DUT pin count exceeds maximum number of I/O pins

Since R2023a

Model Configuration Pane: Global Settings / Ports

Description

Specify the type of message generated when the DUT pin count in the generated code exceeds the maximum number of I/O pins set by the Max number of I/O pins for FPGA deployment parameter.

Settings

Error (default) | None | Warning

Default: Error

Error

HDL Coder™ generates an error in the HDL Code Generation Check Report if the DUT pin count in the generated code exceeds the maximum number of I/O pins.

Warning

HDL Coder generates a warning in the HDL Code Generation Check Report if the DUT pin count in the generated code exceeds the maximum number of I/O pins.

None

There is no message in the HDL Code Generation Check Report if the DUT pin count in the generated code exceeds the maximum number of I/O pins.

Tips

To set this property, use the functions hdlset_param or makehdl. To view the property value, use the function hdlget_param.

Recommended Settings

No recommended settings.

Programmatic Use

Parameter: TreatIOThresholdAs
Type: character vector
Value: 'Error' | 'Warning' | 'None'
Default: 'Error'

Version History

Introduced in R2023a