Skip to content

Commit

Permalink
support TQFP144 ECP5 package
Browse files Browse the repository at this point in the history
  • Loading branch information
inc committed Feb 29, 2024
1 parent 4ca66bb commit eeeffa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions litex/build/lattice/trellis.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def nextpnr_ecp5_parse_device(self, device):
package = "CABGA554"
elif "756" in package:
package = "CABGA756"
elif "144" in package:
package = "TQFP144"
else:
raise ValueError("Invalid package {}".format(package))
return (family, size, speed_grade, package)
Expand Down

0 comments on commit eeeffa9

Please sign in to comment.