add support for colorlight-i9
This commit is contained in:
parent
fc4f35fe76
commit
7a7f1723ea
|
|
@ -130,6 +130,14 @@
|
|||
Flash: OK
|
||||
Constraints: Colorlight-i5-v7.0
|
||||
|
||||
- ID: colorlight_i9
|
||||
Description: Colorlight I9
|
||||
URL: https://www.colorlightinside.com/Products/i%20Receiving-series/34_101.html
|
||||
FPGA: ECP5 LFE5U-45F-6BG381C
|
||||
Memory: OK
|
||||
Flash: OK
|
||||
Constraints: Colorlight-i9-v7.2
|
||||
|
||||
- ID: crosslinknx_evn
|
||||
Description: Lattice CrossLink-NX Evaluation Board
|
||||
URL: https://www.latticesemi.com/en/Products/DevelopmentBoardsAndKits/CrossLink-NXEvaluationBoard
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ If you don't want this option, use:
|
|||
|
||||
-DENABLE_UDEV=OFF
|
||||
|
||||
By default, ``cmsisdap`` support is enabled (used for colorlight I5).
|
||||
By default, ``cmsisdap`` support is enabled (used for colorlight I5, I9).
|
||||
If you don't want this option, use:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@ static std::map <std::string, target_board_t> board_list = {
|
|||
JTAG_BOARD("zybo_z7_20", "xc7z020clg400", "digilent", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("colorlight", "", "", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("colorlight-i5", "", "cmsisdap", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("colorlight-i9", "", "cmsisdap", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("crosslinknx_evn", "", "ft2232", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("cyc1000", "10cl025256", "ft2232", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("de0", "", "usb-blaster",0, 0, CABLE_DEFAULT),
|
||||
|
|
|
|||
Loading…
Reference in New Issue