mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-02 11:08:49 +02:00
add xc7s25 support
This commit is contained in:
@@ -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"}},
|
||||
|
||||
Reference in New Issue
Block a user