part: explictly add spartan3e and xc3s250e
This commit is contained in:
parent
7a8ed993f3
commit
285cbde7f4
|
|
@ -34,7 +34,8 @@ static std::map <int, fpga_model> fpga_list = {
|
|||
{0x13822093, {"xilinx", "kintexus", "xcku040", 6}},
|
||||
|
||||
{0x01414093, {"xilinx", "spartan3", "xc3s200", 6}},
|
||||
{0x01c22093, {"xilinx", "spartan3", "xc3s500e", 6}},
|
||||
{0x11c1a093, {"xilinx", "spartan3e", "xc3s250e", 6}},
|
||||
{0x01c22093, {"xilinx", "spartan3e", "xc3s500e", 6}},
|
||||
|
||||
{0x04001093, {"xilinx", "spartan6", "xc6slx9", 6}},
|
||||
{0x04002093, {"xilinx", "spartan6", "xc6slx16", 6}},
|
||||
|
|
|
|||
Loading…
Reference in New Issue