part: added xilinx xc6slx45t

This commit is contained in:
Gwenhael Goavec-Merou 2024-03-28 22:14:52 +01:00
parent 7bbaef0c87
commit 9b35959198
1 changed files with 1 additions and 0 deletions

View File

@ -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}},