intel-device-plugins-for-ku.../cmd/fpga_tool/README.md
Kevin Putnam 1d149ffee6 Documentation: Fixes broken links and standardizes headers.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
2020-09-22 08:32:21 -07:00

29 lines
694 B
Markdown

# 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:
```bash
info, fpgainfo, install, list, fmeinfo, portinfo, list-fme, list-port, pr, release, assign
```
and the following command line options:
```bash
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
```