fplayback version 25070100
Upload data chunks from an 'fdaq'-generated file into an FLX-device.
Usage:
 fplayback -h|V -d<devnr> -e<elink> -F<blocks> -i<dma>
           -R -x<size> -X -y<size> <filename>
  -h         : Show this help text.
  -V         : Show version.
  -d <devnr> : FLX-device to use (default: 0).
  -e <elink> : Upload only the data blocks for E-link number <elink>
               (default: upload everything in file).
  -F <blocks>: Number of blocks to upload (default: all in file).
  -i <dma>   : FLX-device DMA controller to use (default: auto).
  -R         : Replace chunk data by pseudo-random data.
  -x <size>  : Size of single-shot DMA transfers, in KByte (default: 2).
  -X         : Use single-shot DMA for upload (default: continuous).
  -y <size>  : Set size of FLX-device unit data block, in KB.
               (forced; normally read from FLX-device itself).

 <filename>  : Name of (fdaq) file with data blocks to upload.
