Skip to content

Commit

Permalink
Merge pull request #381 from openhardwarefan/xczu17eg_support
Browse files Browse the repository at this point in the history
Add support for Xilinx xczu17eg. It's tested on xczu17eg board with Digilent HS3 at 30Mbps.
  • Loading branch information
trabucayre authored Sep 23, 2023
2 parents c82a8e6 + c0ad322 commit 48caa61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/FPGAs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ Xilinx:
- xczu2cg
- xczu9eg
- xczu11eg
- xczu17eg
URL: https://www.xilinx.com/products/silicon-devices/soc/zynq-ultrascale-mpsoc.html
Memory: OK
Flash: NA
2 changes: 2 additions & 0 deletions src/part.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,13 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x08e22126, {"xilinx", "zynqmp_cfgn", "xczu2cg", 4}},
{0x08e70126, {"xilinx", "zynqmp_cfgn", "xczu9eg", 4}},
{0x08e80126, {"xilinx", "zynqmp_cfgn","xczu11eg", 4}},
{0x28eb2126, {"xilinx", "zynqmp_cfgn","xczu17eg", 4}},
{0x08e60126, {"xilinx", "zynqmp_cfgn", "xczu7ev", 4}},

{0x04711093, {"xilinx", "zynqmp", "xczu2cg", 6}},
{0x04738093, {"xilinx", "zynqmp", "xczu9eg", 6}},
{0x04740093, {"xilinx", "zynqmp", "xczu11eg", 6}},
{0x14759093, {"xilinx", "zynqmp", "xczu17eg", 6}},
{0x04730093, {"xilinx", "zynqmp", "xczu7ev", 6}},

/**************************************************************************/
Expand Down

0 comments on commit 48caa61

Please sign in to comment.