From fa70a9a3b2ce579f9870933d50201fc58c139875 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 27 Mar 2021 18:25:52 +0100 Subject: [PATCH] part.hpp: sort xilinx device by alphabetical order --- src/part.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/part.hpp b/src/part.hpp index 77eccec..8d9f1af 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -13,13 +13,13 @@ typedef struct { static std::map fpga_list = { {0x0a014c35, {"anlogic", "eagle s20", "EG4S20BG256"}}, - {0x43651093, {"xilinx", "kintex7", "xc7k325t"}}, - {0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}}, {0x0362c093, {"xilinx", "artix a7 50t", "xc7a50t"}}, {0x13631093, {"xilinx", "artix a7 100t", "xc7a100"}}, {0x13636093, {"xilinx", "artix a7 200t", "xc7a200"}}, + {0x43651093, {"xilinx", "kintex7", "xc7k325t"}}, + {0x44008093, {"xilinx", "spartan6", "xc6slx45"}}, {0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1"}}, {0x037c4093, {"xilinx", "spartan7", "xc7s25"}},