mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #311 from kbeckmann/trellis_cabga256
trellis: Support the CABGA256 package
This commit is contained in:
commit
90f9ffc505
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue