Usage: flx-config COMMAND [OPTIONS]

Commands:
  registers <GROUP>      List card configuration.
                         If GROUP is not defined all registers will be listed
                         Supported strings for GROUP currently are: GEN, CRC, CRM, GEC, GWC, GWM and HKC
  list                   Read out and display all known card bitfields (address, name, value, description).
  set KEY=VALUE          Set option KEY to VALUE. Multiple settings may be given.
  get KEY                Get option KEY. Multiple 'KEY' items may be given
  setraw -b -r -o -w -v  Set a raw register or bitfield to a new value
    -b                   The BAR the register belongs to (0, 1 or 2). Default: 2
    -r                   The offset of the register address relative to the BAR. Default: 0
    -o                   The offset of the first bit within the register (for bitfields) Default: 0
    -w                   The width of the bitfield.
                         Use -w 32 or -w 64 if you want to write full 32bit or 64bit registers. Default: 32
    -v                   The data value to be written to the register. Default: 0
  getraw -b -r -o -w     Get the data of a raw register or bitfield.
                         The definition of -b, -r, -o and -w is the same as for setraw
  store FILENAME         Store current configuration in the given file.
  load FILENAME          Load the configuration in the given file.
                         The file format used is the one produced by the 'store' command.

Note: as alternative to 'flx-config get KEY' use 'flx-config KEY' (for a single 'KEY' item only);
      as alternative to 'flx-config set KEY=VALUE' use 'flx-config KEY VALUE' (for a single 'KEY' item only).

Options:
  -d NUMBER              Use card indicated by NUMBER. Default: 0.
  -h                     Display help.
  -E                     Execute the command even if resources are locked
  -V                     Display the version number
