trellis: Support the CABGA256 package

This commit is contained in:
Konrad Beckmann 2019-11-30 02:38:16 +01:00
parent 3d20442f6f
commit f411d6d362
1 changed files with 2 additions and 0 deletions

View File

@ -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: