feconf version 25112400
Upload an e-link configuration from file (as generated by elinkconfig) to the given FLX-device,
including generation and upload of emulator data contents.
Any 'RegisterSettings' present in the file are applied as well
(after the e-link and emulator configuration).
Usage: feconf -h|V -d<devnr> -s<chunksz> -I<idles> -R -S -w -n -N -T <filename>
  -h          : Show this help text.
  -V          : Show version.
  -d <devnr>  : FLX-device to use (default: 0).
  -F          : Do not set FLX-card fan-out registers (default: set for DAQ, not emulator).
  -L          : 8b10b-words LSB first (GBT only; default: MSB first).
  -n          : Don't write the configuration, just read it in and display some info.
  -N          : Skip the extra register settings included in the configuration file, if any.
  -T          : Do not set instant-timeout for HDLC e-links (default: set).
  -R          : Generate emulator data chunks with pseudo-random size.
  -S          : Generate emulator data with a StreamID (first byte).
  -s <chunksz>: Emulator data chunksize to generate (default: 32).
  -w          : Generate emulator data chunksize dependent on e-link width (default: false).
  -I <idles>  : The number of idles between generated emulator data chunks (default: 8).
  -x          : Use FlxCard::configure() instead of FlxConfig::configure()
                (skips emu configuration).
 <filename>   : Name of .yelc file with FLX-device E-link configuration.
