Merge pull request #303 from bl0x/xa2c64a-support

Add ID code for part xa2c64a (Coolrunner-II).
This commit is contained in:
Gwenhael Goavec-Merou 2023-02-08 16:13:27 +01:00 committed by GitHub
commit c2d4d9f144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x037c4093, {"xilinx", "spartan7", "xc7s25", 6}}, {0x037c4093, {"xilinx", "spartan7", "xc7s25", 6}},
{0x0362f093, {"xilinx", "spartan7", "xc7s50", 6}}, {0x0362f093, {"xilinx", "spartan7", "xc7s50", 6}},
{0x06e5d093, {"xilinx", "xa2c", "xa2c64a", 8}},
{0x06e1c093, {"xilinx", "xc2c", "xc2c32a", 8}}, {0x06e1c093, {"xilinx", "xc2c", "xc2c32a", 8}},
{0x09602093, {"xilinx", "xc9500xl", "xc9536xl", 8}}, {0x09602093, {"xilinx", "xc9500xl", "xc9536xl", 8}},
{0x09604093, {"xilinx", "xc9500xl", "xc9572xl", 8}}, {0x09604093, {"xilinx", "xc9500xl", "xc9572xl", 8}},