Fix typos

This commit is contained in:
Jean THOMAS 2021-08-07 23:22:30 +02:00 committed by GitHub
parent a1b890553c
commit 600b05a3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ More instructions for other installation scenarios (including Windows) are avail
## Programming a development board
Just simply replace `my_fpga_board` with any FPGA board from the [board compatibility list](board-compatility-list.md) (or `openFPGALoader --list-boards`) in any of the two commands below, depending on if you want to program the volatile part of your FPGA (faster but not persistent) or the flash part of your FPGA (slower but persistent):
Just simply replace `my_fpga_board` with any FPGA board from the [board compatibility list](board-compatibility-list.md) (or `openFPGALoader --list-boards`) in any of the two commands below, depending on if you want to program the volatile part of your FPGA (faster but not persistent) or the flash part of your FPGA (slower but persistent):
```bash
openFPGALoader -b my_fpga_board my_bitstream.bit # Program to SRAM
@ -29,7 +29,7 @@ If your FPGA doesn't come with a built-in programmer or if you prefer to use an
```bash
openFPGALoader -c my_cable my_bitstream.bit # Program to SRAM
openFPGALoader -c my_cable my_bitstream.bit # Program to flash
openFPGALoader -c my_cable -f my_bitstream.bit # Program to flash
```
**Note:** For some cable (like digilent adapters) signals from the converter are not just directly to the FPGA. For this case, the -c must be added.