Merge pull request #117 from UweBonnes/xc95288

part.hpp: Fix wrong description of XC95288XL
This commit is contained in:
Gwenhael Goavec-Merou 2021-09-28 19:41:50 +02:00 committed by GitHub
commit 496c0eac74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static std::map <int, fpga_model> fpga_list = {
{0x09602093, {"xilinx", "xc9500xl", "xc9536xl", 8}},
{0x09604093, {"xilinx", "xc9500xl", "xc9572xl", 8}},
{0x09608093, {"xilinx", "xc9500xl", "xc95144xl", 8}},
{0x09616093, {"xilinx", "xc9500xl", "xc95188xl", 8}},
{0x09616093, {"xilinx", "xc9500xl", "xc95288xl", 8}},
{0x05044093, {"xilinx", "xcf", "xcf01s", 8}},
{0x05045093, {"xilinx", "xcf", "xcf02s", 8}},