| name | gf-flash | |||
|---|---|---|---|---|
| description | Flash bitstream to FPGA board | |||
| argument-hint | [bitstream-file] | |||
| allowed-tools |
|
Program an FPGA board using openFPGALoader.
/gf-flash # Auto-detect board and bitstream
/gf-flash output.bin # Flash specific file
/gf-flash --board arty output.bit # Specify board
- Check for openFPGALoader:
which openFPGALoader - Read board from
.gateflow/project.yamlor argument - Find bitstream file (.bin, .bit, .config)
- Flash:
openFPGALoader -b <board> <bitstream>
If openFPGALoader not installed:
openFPGALoader not found. Install to flash FPGA boards.
macOS: brew install openfpgaloader
Linux: see https://github.com/trabucayre/openFPGALoader