Check for duplicate module or entity names in generated code and black box interface code
'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.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.