DetectBlackBoxNameCollision

Check for duplicate module or entity names in generated code and black box interface code

Settings

'None'

Do not check for black box subsystems that have the same HDL module name as a generated HDL module name.

'Warning' (default)

Check for black box subsystems that have the same HDL module name as a generated HDL module name. Display a warning if matching names are found.

'Error'

Check for black box subsystems that have the same HDL module name as a generated HDL module name. Display an error if matching names are found.

Set or View This Property

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

Was this topic helpful?