From 32d3872f690e2c8b090a00aeacf79b4f2e561b33 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 27 Mar 2021 18:31:39 +0100 Subject: [PATCH] part.hpp: sort altera cyclone V device by alphabetical order --- src/part.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part.hpp b/src/part.hpp index 894b73b..ac9df04 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -29,8 +29,8 @@ static std::map fpga_list = { {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}, - {0x02b050dd, {"altera", "cyclone V", "5CEBA4"}}, {0x02b150dd, {"altera", "cyclone V", "5CEA2"}}, + {0x02b050dd, {"altera", "cyclone V", "5CEBA4"}}, {0x010F0043, {"lattice", "CrosslinkNX", "LIFCL-17"}}, {0x010F1043, {"lattice", "CrosslinkNX", "LIFCL-40-ES"}},