update README with a note about interfaceB: this interface is required by cycloader only when a bitstream must be written in the SPI flash
This commit is contained in:
parent
f57f8cce58
commit
d99e2b6ca5
|
|
@ -71,6 +71,10 @@ cycloader -b cyc1000 -r project_name_auto.rpd
|
|||
svf file used to write in flash is just a bridge between FT2232 interfaceB
|
||||
configured in SPI mode and sfl primitive used to access EPCQ SPI flash.**
|
||||
|
||||
**Note about FT2232 interfaceB:
|
||||
This interface is used for SPI communication only when the dedicated svf is
|
||||
loaded in RAM, rest of the time, user is free to use for what he want.**
|
||||
|
||||
### ARTY
|
||||
|
||||
To simplify further explanations, we consider the project is generated in the
|
||||
|
|
|
|||
Loading…
Reference in New Issue