Skip to content

Commit

Permalink
Merge pull request #489 from mfacton/add-xc2c64a-qfn48-part
Browse files Browse the repository at this point in the history
Add xc2c64a QFN48
  • Loading branch information
trabucayre authored Oct 2, 2024
2 parents 08f5072 + 406e99c commit 773a7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/part.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x05046093, {"xilinx", "xcf", "xcf04s", 8}},

/* Xilinx XC2 */
{0x06e59093, {"xilinx", "xc2c", "xc2c64a", 8}},
{0x06e5d093, {"xilinx", "xc2c", "xc2c64a", 8}},
{0x06e5e093, {"xilinx", "xc2c", "xc2c64a", 8}},
{0x06e1c093, {"xilinx", "xc2c", "xc2c32a", 8}},
Expand Down

0 comments on commit 773a7c8

Please sign in to comment.