mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

The fpga_tool had no README. Add a basic one. Desired as we should at least reference the tool from the fpga_plugins document. Signed-off-by: Graham Whaley <graham.whaley@intel.com>
30 lines
661 B
Markdown
30 lines
661 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
|
|
```
|
|
|
|
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
|
|
```
|