part: explictly add spartan3e and xc3s250e

This commit is contained in:
Gwenhael Goavec-Merou 2022-04-02 11:52:49 +02:00
parent 7a8ed993f3
commit 285cbde7f4
1 changed files with 2 additions and 1 deletions

View File

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