Skip to content

Commit

Permalink
feat: adding support for the xc7z030
Browse files Browse the repository at this point in the history
  • Loading branch information
shareefj committed Sep 26, 2024
1 parent ba6f0fa commit 9c9ce07
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 @@ -95,6 +95,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/* Xilinx 7-Series / Zynq */
{0x03722093, {"xilinx", "zynq", "xc7z010", 6}},
{0x03727093, {"xilinx", "zynq", "xc7z020", 6}},
{0x1372c093, {"xilinx", "zynq", "xc7z030", 6}},
{0x23731093, {"xilinx", "zynq", "xc7z045", 6}},
{0x03736093, {"xilinx", "zynq", "xc7z100", 6}},

Expand Down

0 comments on commit 9c9ce07

Please sign in to comment.