intel-device-plugins-for-ku.../cmd/fpga_tool
Dmitry Rozhkov 70f862f2aa add golangci linter
In this initial commit the following checks are disabled due to
excessive amount of changes required:
- dupl (duplicate code)
- funlen (function length)
- goerr113 (errors handling expressions)
- gomnd (magic numbers)
- gosec (security)
- nakedret (naked returns)
- wsl (forces to use empty lines)
- errcheck (checking for unchecked errors)
- staticcheck (static analysis)
2020-06-08 14:01:13 +03:00
..
fpga_tool.go add golangci linter 2020-06-08 14:01:13 +03:00
README.md fpga_tool: doc: add a basic README 2020-01-17 16:36:40 +00:00

Intel FPGA test tool

Introduction

This directory contains an FPGA test tool that can be used to locate, examine and program Intel FPGAs.

Command line and usage

The tool has the following command line arguments:

info, fpgainfo, install, list, fmeinfo, portinfo, list-fme, list-port, pr

and the following command line options:

Usage of ./fpga_tool:
  -b string
    	Path to bitstream file (GBS or AOCX)
  -d string
    	Path to device node (FME or Port)
  -dry-run
    	Don't write/program, just validate and log
  -force
    	Force overwrite operation for installing bitstreams
  -q	Quiet mode. Only errors will be reported