part: added xilinx xc6slx45t
This commit is contained in:
parent
7bbaef0c87
commit
9b35959198
|
|
@ -58,6 +58,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
|
|||
{0x04002093, {"xilinx", "spartan6", "xc6slx16", 6}},
|
||||
{0x04004093, {"xilinx", "spartan6", "xc6slx25", 6}},
|
||||
{0x04008093, {"xilinx", "spartan6", "xc6slx45", 6}},
|
||||
{0x04028093, {"xilinx", "spartan6", "xc6slx45T", 6}},
|
||||
{0x04011093, {"xilinx", "spartan6", "xc6slx100", 6}},
|
||||
{0x4403d093, {"xilinx", "spartan6", "xc6slx150T", 6}},
|
||||
{0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1", 6}},
|
||||
|
|
|
|||
Loading…
Reference in New Issue