add docs
This commit is contained in:
parent
07eadca421
commit
67debddb90
|
|
@ -711,3 +711,10 @@
|
||||||
FPGA: Virtex UltraScale+ xcvu37p-fsvh2892
|
FPGA: Virtex UltraScale+ xcvu37p-fsvh2892
|
||||||
Memory: OK
|
Memory: OK
|
||||||
Flash: OK
|
Flash: OK
|
||||||
|
|
||||||
|
- ID: kcu116
|
||||||
|
Description: Xilinx KCU116
|
||||||
|
URL: https://www.xilinx.com/products/boards-and-kits/kcu116.html
|
||||||
|
FPGA: Kintex UltraScale+ xcku5p-ffvb676
|
||||||
|
Memory: OK
|
||||||
|
Flash: OK
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ File load:
|
||||||
device/package format is something like xc7a35tcsg324 (arty model).
|
device/package format is something like xc7a35tcsg324 (arty model).
|
||||||
See :ghsrc:`src/board.hpp <src/board.hpp>`, or :ghsrc:`spiOverJtag <spiOverJtag>` directory for examples.
|
See :ghsrc:`src/board.hpp <src/board.hpp>`, or :ghsrc:`spiOverJtag <spiOverJtag>` directory for examples.
|
||||||
|
|
||||||
Some boards with UltraScale FPGAs, like the VCU118, support the SPIx8 (Dual Quad SPI) configuration.
|
Some boards with UltraScale FPGAs, like the VCU118 and KCU16, support the SPIx8 (Dual Quad SPI) configuration.
|
||||||
In this case, the ``spix8`` option ``write_cfgmem`` on the above example can be used to generate two ``.mcs`` files,
|
In this case, the ``spix8`` option ``write_cfgmem`` on the above example can be used to generate two ``.mcs`` files,
|
||||||
to fit bigger designs or for faster programming. Only ``.mcs`` files can be used to program the FPGA in this case.
|
to fit bigger designs or for faster programming. Only ``.mcs`` files can be used to program the FPGA in this case.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue