Merge pull request #194 from infphyny/qmtech_5cefa5f23

Add qmtechCycloneV_5cefa5f23 board and spiOverJtag/spiOverJtag_5cefa5…
This commit is contained in:
Gwenhael Goavec-Merou 2022-03-13 15:25:01 +01:00 committed by GitHub
commit 3210bcd9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 2 deletions

View File

@ -76,6 +76,7 @@ Intel:
- Description: Cyclone V E
Model:
- 5CEA2
- 5CEA5
- 5CEBA4
URL: https://www.intel.com/content/www/us/en/products/programmable/fpga/cyclone-v.html
Memory: OK

View File

@ -361,6 +361,13 @@
Memory: OK
Flash: OK
- ID: qmtechCycloneV_5ce523
Description: QMTech CycloneV Core Board
URL: https://fr.aliexpress.com/item/1005001782703399.html
FPGA: Cyclone V 5CEFA5F23I7
Memory: OK
Flash: OK
- ID: qmtechKintex7
Description: QMTech Kintex7 Core Board
URL: https://www.aliexpress.com/item/1005003668804223.html
@ -397,7 +404,7 @@
Flash: NA
- ID: SPEC150
Description: CERN Simple PCIe FMC carrier SPEC
Description: CERN Simple PCIe FMC carrier SPEC
URL: https://ohwr.org/project/spec150/wikis/home
FPGA: Spartan6 xc6slx150Tfgg484
Memory: OK

View File

@ -6,7 +6,7 @@ XILINX_PARTS := xc6slx16ftg256 xc6slx16csg324 xc6slx45csg324 xc6slx100fgg484 \
xc7k325tffg676 xc7k325tffg900
XILINX_BIT_FILES := $(addsuffix .bit.gz,$(addprefix spiOverJtag_, $(XILINX_PARTS)))
ALTERA_PARTS := 10cl025256 ep4ce2217 ep4ce1523 5ce223 5ce423
ALTERA_PARTS := 10cl025256 ep4ce2217 ep4ce1523 5ce223 5ce423 5ce523
ALTERA_BIT_FILES := $(addsuffix .rbf.gz, $(addprefix spiOverJtag_, $(ALTERA_PARTS)))
BIT_FILES := $(ALTERA_BIT_FILES) $(XILINX_BIT_FILES)

View File

@ -99,6 +99,7 @@ else:
"ep4ce2217" : "EP4CE22F17C6",
"ep4ce1523" : "EP4CE15F23C8",
"5ce223" : "5CEFA2F23I7",
"5ce523" : "5CEFA5F23I7",
"5ce423" : "5CEBA4F23C8",
"5cse423" : "5CSEMA4U23C6",
"5cse623" : "5CSEBA6U23I7"}[part]

Binary file not shown.

View File

@ -161,6 +161,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("qmtechCycloneV_5ce523", "5ce523", "", 0,0, CABLE_DEFAULT),
JTAG_BOARD("qmtechKintex7", "xc7k325tffg676", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("genesys2", "xc7k325tffg900", "digilent_b", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("pynq_z2", "xc7z020clg400", "ft2232", 0, 0, CABLE_DEFAULT),