From f411d6d362d1d3bf898354c568e6e456e9dc0fef Mon Sep 17 00:00:00 2001 From: Konrad Beckmann Date: Sat, 30 Nov 2019 02:38:16 +0100 Subject: [PATCH] trellis: Support the CABGA256 package --- litex/build/lattice/trellis.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litex/build/lattice/trellis.py b/litex/build/lattice/trellis.py index c194d3f10..8ccd05695 100644 --- a/litex/build/lattice/trellis.py +++ b/litex/build/lattice/trellis.py @@ -32,6 +32,8 @@ nextpnr_ecp5_architectures = { def nextpnr_ecp5_package(package): if "285" in package: return "CSFBGA285" + elif "256" in package: + return "CABGA256" elif "381" in package: return "CABGA381" elif "554" in package: