add ulx2s and LFXP2-8E (lattice XP2)
This commit is contained in:
parent
2a569958d8
commit
7f1f11d58d
|
|
@ -46,6 +46,7 @@ static std::map <std::string, target_cable_t> board_list = {
|
|||
{"littleBee", {"ft2232", {}}},
|
||||
{"spartanEdgeAccelBoard", {"",{}}},
|
||||
{"tangnano", {"ft2232", {}}},
|
||||
{"ulx2s", {"ft232RL", {FT232RL_RI, FT232RL_DSR, FT232RL_CTS, FT232RL_DCD}}},
|
||||
{"ulx3s", {"ft231X", {FT232RL_DCD, FT232RL_DSR, FT232RL_RI, FT232RL_CTS}}}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ static std::map <int, fpga_model> fpga_list = {
|
|||
{0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1"}},
|
||||
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}},
|
||||
{0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}},
|
||||
{0x0129a043, {"lattice", "XP2", "LFXP2-8E"}},
|
||||
{0x41111043, {"lattice", "ECP5", "LFE5U-25F-6BG256C"}},
|
||||
{0x81113043, {"lattice", "ECP5-5G", "LFE5UM5G-85F-8BG381"}},
|
||||
{0x1100581b, {"Gowin", "GW1N", "GW1NR-9"}},
|
||||
|
|
|
|||
Loading…
Reference in New Issue