From ebf99a2c003686835a50740e43f8ebab169de807 Mon Sep 17 00:00:00 2001 From: Jean THOMAS <25333063+jeanthom@users.noreply.github.com> Date: Wed, 11 Aug 2021 23:38:54 +0200 Subject: [PATCH] Add usage reminder --- doc/board-compatibility-list.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/board-compatibility-list.md b/doc/board-compatibility-list.md index a41148f..a73ef63 100644 --- a/doc/board-compatibility-list.md +++ b/doc/board-compatibility-list.md @@ -1,5 +1,12 @@ # 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 | |--------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------|:----------|:---------| | **acornCle215** | [Acorn CLE 215+](http://squirrelsresearch.com/acorn-cle-215/) | Artix
xc7a200tsbg484 | OK | OK |