Specify the maximum number of time steps for which your DUT inputs are guaranteed to be stable
1 (default)
DUT input data can change every cycle.
N, where N is an integer greater than 1
DUT input data can change every N cycles.
Use with MaxOversampling
to prevent or
reduce overclocking by constraining resource sharing and streaming
optimizations.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.