add xc7s25 support

This commit is contained in:
Gwenhael Goavec-Merou
2020-11-18 08:15:15 +01:00
parent 0fc3487ad1
commit bec5e4f35c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ static std::map <int, fpga_model> fpga_list = {
{0x44008093, {"xilinx", "spartan6", "xc6slx45"}},
{0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1"}},
{0x037c4093, {"xilinx", "spartan7", "xc7s25"}},
{0x0362f093, {"xilinx", "spartan7", "xc7s50"}},
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}},