add support for cycloneIII and Terasic DE0 board

This commit is contained in:
Gwenhael Goavec-Merou
2021-03-20 12:23:17 +01:00
parent 352fecd5ab
commit 630a976884
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -90,6 +90,7 @@ static std::map <std::string, target_cable_t> board_list = {
JTAG_BOARD("colorlight", "", 0, 0),
JTAG_BOARD("crosslinknx_evn", "ft2232", 0, 0),
JTAG_BOARD("cyc1000", "ft2232", 0, 0),
JTAG_BOARD("de0", "usb-blaster",0, 0),
JTAG_BOARD("de0nano", "usb-blaster",0, 0),
JTAG_BOARD("ecp5_evn", "ft2232", 0, 0),
SPI_BOARD("fireant", "efinix", "ft232",
+2
View File
@@ -23,6 +23,8 @@ static std::map <int, fpga_model> fpga_list = {
{0x037c4093, {"xilinx", "spartan7", "xc7s25"}},
{0x0362f093, {"xilinx", "spartan7", "xc7s50"}},
{0x020f20dd, {"altera", "cyclone III", "EP3C16"}},
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}},
{0x02b150dd, {"altera", "cyclone V", "5CEA2"}},