Merge pull request #663 from gHashTag/feat/qmtech-xc7a100t-board

feat: add QMTech XC7A100T (FGG676) board support
This commit is contained in:
Gwenhael Goavec-Merou 2026-06-25 15:14:31 +02:00 committed by GitHub
commit 78d3508428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -695,6 +695,13 @@
Memory: OK
Flash: NA
- ID: qmtechArtix7_100T
Description: QMTech Artix-7 XC7A100T Core Board (FGG676)
URL: https://www.aliexpress.com/item/1005003746671141.html
FPGA: Artix-7 xc7a100tfgg676
Memory: OK
Flash: OK
- ID: qmtechCyclone10
Description: QMTech Cyclone 10 Starter Kit
URL: http://www.chinaqmtech.com/productinfo/1858435.html

View File

@ -225,6 +225,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("pipistrello", "xc6slx45csg324", "ft2232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("pynq_z1", "xc7z020clg400", "ft2232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("pynq_z2", "xc7z020clg400", "ft2232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("qmtechArtix7_100T", "xc7a100tfgg676", "", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("qmtechCyclone10", "10cl016484", "", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("qmtechCycloneIVGX", "ep4cgx15027", "", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("qmtechCycloneIV", "ep4ce1523", "", SPI_FLASH, 0, 0, CABLE_DEFAULT),