From ba924565973fe35c33c5545b224afe521cd248d3 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 15 May 2021 19:31:20 +0200 Subject: [PATCH] part: add zynq 7020 --- src/part.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/part.hpp b/src/part.hpp index 5b0316e..8d26eab 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -27,6 +27,8 @@ static std::map fpga_list = { {0x037c4093, {"xilinx", "spartan7", "xc7s25", 6}}, {0x0362f093, {"xilinx", "spartan7", "xc7s50", 6}}, + {0x23727093, {"xilinx", "zynq", "xc7z020", 6}}, + {0x020f20dd, {"altera", "cyclone III", "EP3C16", 10}}, {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025", 10}},