update README to for ECP5 with MCS

This commit is contained in:
Gwenhael Goavec-Merou 2020-05-19 08:08:38 +02:00
parent 9f9528599e
commit fd133f9c91
1 changed files with 12 additions and 0 deletions

View File

@ -265,12 +265,24 @@ openFPGALoader [-b yourBoard] [-c yourCable] -m project_name/*.bit
```
**By default, openFPGALoader load bitstream in memory, so the '-m' argument is optional**
#### SPI Flash:
##### bit
```bash
openFPGALoader [-b yourBoard] [-c yourCable] -f project_name/*.bit
```
##### mcs
To generates *.mcs* file **PROM File** must be checked under **Exports Files** in *Lattice Diamond* left panel.
```bash
openFPGALoader [-b yourBoard] [-c yourCable] project_name/*.mcs
```
### Trenz GOWIN LittleBee (TEC0117) and Sipeed Tang Nano
*.fs* file is the default format generated by *Gowin IDE*, so nothing