Skip to content

Commit

Permalink
src/part.hpp: Add Kintex Ultrascale+ KU3P ID-Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Aug 3, 2023
1 parent 4042646 commit 502f38f
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 @@ -91,6 +91,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x04A64093, {"xilinx", "artixusp", "xcau25p", 6}},

/* Xilinx Ultrascale+ / Kintex */
{0x04a63093, {"xilinx", "kintexusp", "xcku3p", 6}},
{0x04a62093, {"xilinx", "kintexusp", "xcku5p", 6}},

/* Xilinx Ultrascale+ / Virtex */
Expand Down

0 comments on commit 502f38f

Please sign in to comment.