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"}} };