mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 18:48:49 +02:00
Add support for the QMTech Kintex7 Core Board
This commit is contained in:
@@ -346,6 +346,13 @@
|
||||
Memory: OK
|
||||
Flash: OK
|
||||
|
||||
- ID: qmtechKintex7
|
||||
Description: QMTech Kintex7 Core Board
|
||||
URL: https://www.aliexpress.com/item/1005003668804223.html
|
||||
FPGA: Kintex xc7k325tffg676
|
||||
Memory: OK
|
||||
Flash: OK
|
||||
|
||||
- ID: runber
|
||||
Description: SeeedStudio Gowin RUNBER
|
||||
URL: https://www.seeedstudio.com/Gowin-RUNBER-Development-Board-p-4779.html
|
||||
|
||||
@@ -160,6 +160,7 @@ static std::map <std::string, target_board_t> board_list = {
|
||||
DFU_BOARD("orangeCrab", "", "dfu", 0x1209, 0x5af0, 0),
|
||||
JTAG_BOARD("qmtechCycloneIV", "ep4ce1523", "", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("qmtechCycloneV", "5ce223", "", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("qmtechKintex7", "xc7k325tffg676", "tigard", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("runber", "", "ft232", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("tangnano", "", "ch552_jtag", 0, 0, CABLE_DEFAULT),
|
||||
JTAG_BOARD("tangnano1k", "", "ft2232", 0, 0, CABLE_DEFAULT),
|
||||
|
||||
Reference in New Issue
Block a user