From 1afeb2247814898bffc815c35dad61b1ef1cc59a Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 5 Oct 2019 18:10:04 +0200 Subject: [PATCH] part: fix correct model for artix 35 --- part.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part.hpp b/part.hpp index 8ccbe13..d6e1eb7 100644 --- a/part.hpp +++ b/part.hpp @@ -11,7 +11,7 @@ typedef struct { } fpga_model; static std::map fpga_list = { - {0x0362D093, {"xilinx", "artix a7 35t", "XC7"}}, + {0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}}, {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}} };