From f4b345ecd78bebb21f73353923bf35844c0f9acd Mon Sep 17 00:00:00 2001 From: Rangel Ivanov Date: Sun, 12 Apr 2020 11:46:44 +0300 Subject: [PATCH] build/lattice/trellis.py: Add 12k device nextpnr adds the --12k option which is the same like the --25k but with the correct idcode for the 12k devices Signed-off-by: Rangel Ivanov --- litex/build/lattice/trellis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litex/build/lattice/trellis.py b/litex/build/lattice/trellis.py index 154e751dd..a9ae49be4 100644 --- a/litex/build/lattice/trellis.py +++ b/litex/build/lattice/trellis.py @@ -97,6 +97,7 @@ def nextpnr_ecp5_parse_device(device): return (family, size, speed_grade, package) nextpnr_ecp5_architectures = { + "lfe5u-12f" : "12k", "lfe5u-25f" : "25k", "lfe5u-45f" : "45k", "lfe5u-85f" : "85k",