From: Konrad Beckmann Date: Sat, 30 Nov 2019 01:38:16 +0000 (+0100) Subject: trellis: Support the CABGA256 package X-Git-Tag: 24jan2021_ls180~839^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f411d6d362d1d3bf898354c568e6e456e9dc0fef;p=litex.git trellis: Support the CABGA256 package --- diff --git a/litex/build/lattice/trellis.py b/litex/build/lattice/trellis.py index c194d3f1..8ccd0569 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: