Skip to content

Commit

Permalink
src/part: Fix Xilinx XC2 ident.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Aug 3, 2023
1 parent 502f38f commit baff0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/part.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x05045093, {"xilinx", "xcf", "xcf02s", 8}},
{0x05046093, {"xilinx", "xcf", "xcf04s", 8}},

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

Expand Down

0 comments on commit baff0ca

Please sign in to comment.