Specify syntax for concatenated zeros in generated VHDL code
'on'
(default)
Selected (default)
Use the type-safe syntax, '
,
for concatenated zeros. Typically, this syntax is preferred.0
' &
'0
'
'off'
Cleared
Use the syntax "000000...
" for concatenated
zeros. This syntax can be easier to read and is more compact, but
it can lead to ambiguous types.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.