support TQFP144 ECP5 package

This commit is contained in:
inc 2024-02-29 21:30:25 +01:00
parent 4ca66bbee6
commit eeeffa9ffd
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ class LatticeTrellisToolchain(YosysNextPNRToolchain):
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)