mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 18:02:38 +02:00
Add a few more Spartan6 based parts and boards (tested on an old miniSpartan6+).
This commit is contained in:
@@ -113,6 +113,7 @@ static std::map <std::string, target_board_t> board_list = {
|
||||
JTAG_BOARD("littleBee", "", "ft2232", 0, 0),
|
||||
JTAG_BOARD("spartanEdgeAccelBoard", "", "",0, 0),
|
||||
JTAG_BOARD("pipistrello", "", "ft2232", 0, 0),
|
||||
JTAG_BOARD("minispartan6", "", "ft2232", 0, 0),
|
||||
JTAG_BOARD("qmtechCycloneV", "", "", 0, 0),
|
||||
JTAG_BOARD("runber", "", "ft232", 0, 0),
|
||||
JTAG_BOARD("tangnano", "", "ft2232", 0, 0),
|
||||
|
||||
@@ -22,6 +22,8 @@ static std::map <int, fpga_model> fpga_list = {
|
||||
|
||||
{0x43651093, {"xilinx", "kintex7", "xc7k325t", 6}},
|
||||
|
||||
{0x24001093, {"xilinx", "spartan6", "xc6slx9", 6}},
|
||||
{0x24002093, {"xilinx", "spartan6", "xc6slx16", 6}},
|
||||
{0x24004093, {"xilinx", "spartan6", "xc6slx25", 6}},
|
||||
{0x44008093, {"xilinx", "spartan6", "xc6slx45", 6}},
|
||||
{0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1", 6}},
|
||||
|
||||
Reference in New Issue
Block a user