Skip to content

Commit

Permalink
Merge pull request #488 from NuQuantum/feature/add-support-for-zynq-x…
Browse files Browse the repository at this point in the history
…c7z030

feat: adding support for the xc7z030
  • Loading branch information
trabucayre authored Sep 26, 2024
2 parents ba6f0fa + 9c9ce07 commit 08f5072
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 08f5072

Please sign in to comment.