trellis: Support the CABGA256 package

This commit is contained in:
Konrad Beckmann 2019-11-30 02:38:16 +01:00
parent 3d20442f6f
commit f411d6d362

View file

@ -32,6 +32,8 @@ nextpnr_ecp5_architectures = {
def nextpnr_ecp5_package(package): def nextpnr_ecp5_package(package):
if "285" in package: if "285" in package:
return "CSFBGA285" return "CSFBGA285"
elif "256" in package:
return "CABGA256"
elif "381" in package: elif "381" in package:
return "CABGA381" return "CABGA381"
elif "554" in package: elif "554" in package: