part: Add support for ZynqMP Ultrascale Plus XCZU11EG

Signed-off-by: Sylvain Munaut <tnt@asuka.home.246tnt.com>
This commit is contained in:
Sylvain Munaut 2022-03-29 10:19:25 +02:00
parent f9eb32c778
commit 6578bed6aa
1 changed files with 2 additions and 0 deletions

View File

@ -65,9 +65,11 @@ static std::map <int, fpga_model> fpga_list = {
*/
{0x08e22126, {"xilinx", "zynqmp_cfgn", "xczu2cg", 4}},
{0x08e70126, {"xilinx", "zynqmp_cfgn", "xczu9eg", 4}},
{0x08e80126, {"xilinx", "zynqmp_cfgn","xczu11eg", 4}},
{0x04711093, {"xilinx", "zynqmp", "xczu2cg", 6}},
{0x04738093, {"xilinx", "zynqmp", "xczu9eg", 6}},
{0x04740093, {"xilinx", "zynqmp", "xczu11eg", 6}},
{0x020f20dd, {"altera", "cyclone III/IV", "EP3C16/EP4CE15", 10}},