mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-02 20:38:26 +02:00
Add support for Xilinx xczu17eg. It's tested on xczu17eg board with Digilent HS3 at 30Mbps.
This commit is contained in:
@@ -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}},
|
||||
|
||||
/**************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user