Merge pull request #310 from bl0x/xc2c-fixup

Fix typo in part name and family.
This commit is contained in:
Gwenhael Goavec-Merou 2023-02-15 16:28:36 +01:00 committed by GitHub
commit 00cb6f56d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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