Visible to Intel only — GUID: qwl1550745523691
Ixiasoft
Visible to Intel only — GUID: qwl1550745523691
Ixiasoft
12.2. Dependent Delay Library
The ChannelDependentDelay block provides a sample delay on the connected signals. DSP Builder processes the signals similarly to a model that includes ChannelIn and ChannelOut blocks. DSP Builder identifies a specific valid and channel signal, then an arbitrary number of data lines.
The GPDependentDelay block is deprecated. Do not use this block in new designs.
The GPDependentDelay block provides a sample delay on the connected signals. DSP Builder processes the signals in a similar way to a model employing GPIn and GPOut blocks.
The value of the sample delay may depend on the latency of referenced model, refer to the SynthesisInfo block.
Parameter | Description |
---|---|
Number of Data Signals | Specify the number of input and output (d and q) connections for the block. DSP Builder passes each input to the corresponding output and delays it by the latency constraint. |
Latency Constraint | This option allows you to select the type of constraint and to specify its value. The value can be a workspace variable or an expression but must evaluate to a positive integer. You can select the following types of constraint:
Select either + or - and enter an expression (refer to Dependent Latency Expressions). |
Local Reset-Minimization | Turn on to allow DSP Builder to apply reset minimization to the delays. You must also turn on Global Reset Minimization. The values are:
|
Parameter | Direction | Description |
---|---|---|
dv | Input | The input valid signal to delay. |
qv | Output | The output for the valid signal. |
dc | Input | The input channel number to delay. |
qc | Output | The output for the channel. |
d | Input | The input data to delay. |
q | Output | The output for the corresponding to the input data. |
Parameter | Direction | Description |
---|---|---|
d | Input | The input data to delay. |
q | Output | The output for the corresponding to the input data. |