Add usage reminder
This commit is contained in:
parent
de534a3ac7
commit
ebf99a2c00
|
|
@ -1,5 +1,12 @@
|
||||||
# Board compatibility list
|
# Board compatibility list
|
||||||
|
|
||||||
|
**Quick usage reminder.** `arty` can be any of the board names from the first column.
|
||||||
|
|
||||||
|
```
|
||||||
|
openFPGALoader -b arty bitstream.bit # Loading in SRAM (volatile)
|
||||||
|
openFPGALoader -b arty -f bitstream.bit # Writing in flash (non-volatile)
|
||||||
|
```
|
||||||
|
|
||||||
| Board name | Description | FPGA | Memory | Flash |
|
| Board name | Description | FPGA | Memory | Flash |
|
||||||
|--------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------|:----------|:---------|
|
|--------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------|:----------|:---------|
|
||||||
| **acornCle215** | [Acorn CLE 215+](http://squirrelsresearch.com/acorn-cle-215/) | Artix</br>xc7a200tsbg484 | OK | OK |
|
| **acornCle215** | [Acorn CLE 215+](http://squirrelsresearch.com/acorn-cle-215/) | Artix</br>xc7a200tsbg484 | OK | OK |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue