Generate text file that reports multicycle path constraint information for use with synthesis tools
'on'
Generate a multicycle path information file.
'off'
(default)
Do not generate a multicycle path information file.
The file name for the multicycle path information file derives
from the name of the DUT and the postfix '_constraints'
,
as follows:
DUTname
_constraints.txt
For example, if the DUT name is symmetric_fir
,
the name of the multicycle path information file is symmetric_fir_constraints.txt
.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.