Update README.md
This commit is contained in:
parent
600b05a3c3
commit
62feb86277
|
|
@ -18,6 +18,13 @@ Not sure if your hardware is supported? Check the hardware compatibility lists:
|
||||||
|
|
||||||
Also checkout the vendor-specific documentation: [Anlogic](doc/anlogic.md), [Efinix](doc/efinix.md), [Gowin](doc/gowin.md), [Intel/Altera](doc/intel.md), [Lattice](doc/lattice.md), [Xilinx](doc/xilinx.md).
|
Also checkout the vendor-specific documentation: [Anlogic](doc/anlogic.md), [Efinix](doc/efinix.md), [Gowin](doc/gowin.md), [Intel/Altera](doc/intel.md), [Lattice](doc/lattice.md), [Xilinx](doc/xilinx.md).
|
||||||
|
|
||||||
|
## Quick Usage
|
||||||
|
|
||||||
|
```
|
||||||
|
openFPGALoader -b arty arty_bitstream.bit # Loading in SRAM
|
||||||
|
openFPGALoader -b arty -f arty_bitstream.bit # Writing in flash
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue