From f41c1d4d6065c5bf4df7e9b840045c35635061e5 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Mon, 13 Sep 2021 14:15:36 +0200 Subject: [PATCH] README: args. Fix comments for load and write bitstream --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b34fa3..0eb8e5c 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,12 @@ openFPGALoader -- a program to flash FPGA using extension --fpga-part arg fpga model flavor + package --freq arg jtag frequency (Hz) - -f, --write-flash write bitstream in flash (default: false, only - for Gowin and ECP5 devices) + -f, --write-flash write bitstream in flash (default: false) --index-chain arg device index in JTAG-chain --list-boards list all supported boards --list-cables list all supported cables --list-fpga list all supported FPGA - -m, --write-sram write bitstream in SRAM (default: true, only for - Gowin and ECP5 devices) + -m, --write-sram write bitstream in SRAM (default: true) -o, --offset arg start offset in EEPROM --pins arg pin config (only for ft232R) TDI:TDO:TCK:TMS --probe-firmware arg firmware for JTAG probe (usbBlasterII)