...
The DaqMux can perform the following functionalities
...
Figure 1 shows the DaqMux instantiated in the Common platform firmware in the application side.
Anchor | ||||
---|---|---|---|---|
|
...
Table 1: DaqMux generics list and description
Generic name | default value | Description |
---|---|---|
TPD_G | 1 | Simulation variable; register clock to output delay in nanoseconds |
DECIMATOR_EN_G | True | Decimator enable |
WAVEFORM_TDATA_BYTES_G | 4 | Output lane width in bytes |
FRAME_BWIDTH_G | 10 | Power of two, which defines AXI stream transaction size in words (4 bytes)(i.e. when FRAME_BWIDTH_G = 12 → 210 x 4 = 4096 bytes) |
BAY_INDEX_G | - | Index of the DaqMux |
N_DATA_IN_G | 16 | Number of input data lanes |
N_DATA_OUT_G | 4 | Number of output data lanes |
Name | Direction | Clock domain | Width | Description |
---|---|---|---|---|
axiClk | Input | - | ||
axiRst | Input | axiClk | ||
devClk_i | Input | |||
devRst_i | Input | |||
trigHw_i | Input | |||
trigCasc_i | Input | |||
trigCasc_o | Output | |||
armCasc_i | Input | |||
armCasc_o | Output | |||
freezeHw_i | Input | |||
timeStamp_i | Input | |||
bsa_i | Input | |||
dmod_i | Input | |||
axilReadMaster | Input | |||
axilReadSlave | Output | |||
axilWriteMaster | Input | |||
axilWriteSlave | Output | |||
sampleDataArr_i | Input | |||
sampleValidVec_i | Input | |||
linkReadyVec_i | Input | |||
wfClk_i | Input | |||
wfRst_i | Input | |||
rxAxisMasterArr_o | Output | |||
rxAxisSlaveArr_i | Input | devClk_i | ||
rxAxisCtrlArr_i | Input | devClk_i |
...